Answer the question
In order to leave comments, you need to log in
How to run laravel projects on xampp if port 80 is changed to 8012 on apache?
In httpd.conf I put
Listen 8012
ServerName localhost:8012
Listen 8013
<VirtualHost _default_:8013>
ServerName localhost:8013
<VirtualHost *:8012>
DocumentRoot "C:\xampp\htdocs\blog\public"
ServerName blog.local
</VirtualHost>
127.0.0.1 localhost
::1 localhost
127.0.0.1 blog.local
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question