Skip to content

Instantly share code, notes, and snippets.

@AndyA
Created July 18, 2014 07:40
Show Gist options
  • Select an option

  • Save AndyA/c62591e241c56ab86a02 to your computer and use it in GitHub Desktop.

Select an option

Save AndyA/c62591e241c56ab86a02 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "C:\Users\Smoo\Documents\001 - Renewablesfirst\RenewablesFirst\www"
ServerName rf.fenkle
<Directory "C:\Users\Smoo\Documents\001 - Renewablesfirst\RenewablesFirst\www">
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