Skip to content

Instantly share code, notes, and snippets.

@geocine
Last active December 20, 2015 12:18
Show Gist options
  • Save geocine/6129456 to your computer and use it in GitHub Desktop.
Save geocine/6129456 to your computer and use it in GitHub Desktop.
NameVirtualHost *
<VirtualHost *>
DocumentRoot "D:/xampp/htdocs"
ServerName localhost
<Directory "D:/xampp/htdocs">
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *>
DocumentRoot "D:/xampp/htdocs/geochat"
ServerName geochat.com
<Directory "D:/xamp/htdocs/geochat">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *>
DocumentRoot "D:/xampp/htdocs/mobile_01/source/public"
ServerName catsrpt
<Directory "D:/xampp/htdocs/mobile_01/source/public">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment