Skip to content

Instantly share code, notes, and snippets.

@adelarcubs
Last active August 29, 2015 14:04
Show Gist options
  • Save adelarcubs/758752ded5ee80748c84 to your computer and use it in GitHub Desktop.
Save adelarcubs/758752ded5ee80748c84 to your computer and use it in GitHub Desktop.
VirtualHostApache
<VirtualHost *:80>
ServerName sample.local
DocumentRoot /var/www/sample
<Directory /var/www/sample>
DirectoryIndex index.php
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