Quantcast
Channel: how to create virtual host on XAMPP - Stack Overflow
Viewing all articles
Browse latest Browse all 17

Answer by Pupil for how to create virtual host on XAMPP

$
0
0

Just change the port to 8081 and following virtual host will work:

<VirtualHost *:8081>ServerName comm-app.localDocumentRoot "C:/xampp/htdocs/CommunicationApp/public"SetEnv APPLICATION_ENV "development"<Directory "C:/xampp/htdocs/CommunicationApp/public">        DirectoryIndex index.php        AllowOverride All        Order allow,deny        Allow from all</Directory> </VirtualHost>

Viewing all articles
Browse latest Browse all 17

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>