Jump to content

vedalken254

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by vedalken254

  1. Hi plowmanplow

     

    That worked...now that begs the question why that happens and which part of nginx, apache or solder I misconfiguered for this to happen.

    Now I see a login, however, after login I see an exception handler.

     

    Hard to tell if this is because a path is not yet set right (which I would assume considering the circumstances) or if something else is amiss...

    The reason this happens is a miscode in a certain file. Open up wherever solder is installed but not it's publicly accessible folder. in my case /var/www/html/public is the publicly accessible portion whereas /var/www/html is my solder install itself. So for my example, open up /var/www/html/app/routes.php. You'll see a line like this: return Redirect::to('/dashboard'); ... Change that line to read: return Redirect::to('index.php/dashboard'); and just to be safe, restart apache. Voila! Now there's no need to manually type in /index.php after your FQDN.

×
×
  • Create New...