Auto Virtual Host Not Working On Windows 10
-
my Auto Virtual Host is Not Working On Windows 10, i get notifications that new projects detected and apache is running but i cannot access my application at {app}.dev. this is a cloned laravel project.
-
@mobiblunt : Any images?
Can you show me your virtual host (in Menu > Apache > sites-enabled)?Also, please check: https://forum.laragon.org/topic/175/tutorial-how-to-work-with-laravel-projects-on-github
-

With respects to the attached link. i am not working with node modules in the project. is it necessary that i runnpm install
, i have node running on my machine.
-
@mobiblunt : No, you don't need to run
npm install
I guess the issue related to Windows hosts file. You can follow this link to sort it out:
https://serverfault.com/questions/452268/hosts-file-ignored-how-to-troubleshoot
-
if you are using windows 10,,,go to C:\Windows\System32\drivers\etc this path , you can see hosts file in this folder
right click and go to properties and uncheck Read-only attribute i am sure it will work perfectly
-
Thanks for the solution... insightful article more available on link try out. it helped me helped a lot
-
@dhanushka Thanks for the solution!!!
-
@dhanushka Thank you, It's work!
-
Well I'd have to thank you
I've tried all sort of things before landing on this one