Skip to content

Instantly share code, notes, and snippets.

@Usse
Created July 28, 2014 07:15
Show Gist options
  • Save Usse/3b451f5e228be9511ed0 to your computer and use it in GitHub Desktop.
Save Usse/3b451f5e228be9511ed0 to your computer and use it in GitHub Desktop.
Basic Apache
<Directory "/">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
NameVirtualHost *:80
<virtualHost *:80>
DocumentRoot /Users/andrea/projects
ServerName Default
DirectoryIndex index.html index.php
</virtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment