JSFiddle - React, Tailwind, and code Playground
by Gonzalo
HTML
Listen 80
Listen 8081
Listen 8085
<VirtualHost *:8085>
ServerName localhost
DocumentRoot "C:/wamp/www/Si2-050612/branches/dev/public/"
<Directory "C:/wamp/www/Si2-050612/branches/dev/public/">
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:8081>
ServerName localhost
DocumentRoot "C:/wamp/www/Si-160812/branches/dev"
<Directory "C:/wamp/www/Si-160812/branches/dev">
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>