Jump to content

vedalken254

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

vedalken254 last won the day on February 6 2015

vedalken254 had the most liked content!

vedalken254's Achievements

  1. 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.
  2. Hey Guys! Curious as to whether the Technic Platform will allow multiple people to update a pack for a single server if they are authorized to do so or if it has to be one person dedicated to updates. Thanks guys!
×
×
  • Create New...