Skip to content

Instantly share code, notes, and snippets.

@juliend2
Created August 15, 2012 17:21
Show Gist options
  • Save juliend2/3361722 to your computer and use it in GitHub Desktop.
Save juliend2/3361722 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Applications/XAMPP/htdocs/wp_fanclub"
ServerName fanclub.dev.eis5.com
ErrorLog "/Applications/XAMPP/logs/fanclub.localhost-error_log.txt"
CustomLog "/Applications/XAMPP/logs/fanclub.localhost-access_log.txt" common
<Directory "/Applications/XAMPP/xamppfiles/htdocs/wp_fanclub">
Options Indexes FollowSymLinks ExecCGI Includes
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