Latest

Thursday, July 6, 2017

Laravel 5.4 Boilerplate route not working on virtual host

Asked by: Mike Ross


I am using Laravel 5 Boilerplate repo.

I have installed correctly and seems to work fine on artisan serve but one of the route is not working on virtualhost.

Following is my virtualhost configuration

<VirtualHost *:80>
   ServerAdmin test@celebrations.dev
   DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/celebrations/public/"
   ServerName celebrations.dev
   ErrorLog "logs/celebrations.dev-error_log"
   CustomLog "logs/celebrations.dev-access_log" common
</VirtualHost>

When I type celebrations.dev/login that route doesnt work.

All other routes seems to work fine like celebrations.dev/register and celebrations.dev/contact.



Source

No comments:

Post a Comment

Adbox