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
.
No comments:
Post a Comment