/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<VirtualHost 127.0.0.1:8080> ServerName vasko DocumentRoot "f:/wamp/www/MyApp/public" RewriteEngine on <Directory "f:/wamp/www/MyApp/public"> AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>