Created
July 28, 2014 07:15
-
-
Save Usse/3b451f5e228be9511ed0 to your computer and use it in GitHub Desktop.
Basic Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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