Need help! :(
I am working on this for days, and still cant figure out the solution.
I am working with XAMPP 5.6.30 and Windows 10
I did the steps to configure new virtual hosts..
- Uncommenting
Include conf/extra/httpd-vhosts.conf
Introducing my virtual hosts
127.0.0.1 example.local-vhost 127.0.0.1 supplier.local-vhost 127.0.0.1 manage.local-vhost
And also adding this on my httpd-vhosts.conf
<VirtualHost *:80> DocumentRoot C:/xampp/htdocs/example ServerName example.local-vhost </VirtualHost> <VirtualHost *:80> DocumentRoot C:/xampp/htdocs/project-bo ServerName supplier.local-vhost </VirtualHost> <VirtualHost *:80> DocumentRoot C:/xampp/htdocs/project-bo ServerName manage.local-vhost </VirtualHost>
- Also I have restarted my Apache
But still no luck, it still redirect me to /dashboard
Please help.... what did i do wrong there?