php - Can't access laravel page in vhost setup -
php - Can't access laravel page in vhost setup -
i have problem set of laravel using vhost. have different projects using vhost , has no problem when seek set laravel can't access in web browser. redirect google page , searching vhost url.
so far here's did.
i included vhost entry in httpd-vhosts.conf
file
<virtualhost *:80> servername dev.laravel_validation.local serveralias dev.laravel_validation.local documentroot "c:/users/web4/desktop/laravel/laravel_validation/public" <directory "c:/users/web4/desktop/laravel/laravel_validation/public"> options indexes followsymlinks multiviews allowoverride order allow,deny allow </directory> </virtualhost>
i include name in windows hosts
file
127.0.0.1 dev.laravel_validation.local
then restart wampserver. , access url dev.laravel_validation.local browser doesn't display laravel's welcome page.
i don't know did go wrong. can help me this?
php apache laravel vhosts
Comments
Post a Comment