Skip to content

Instantly share code, notes, and snippets.

@lonefreak
Last active December 13, 2015 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonefreak/4980893 to your computer and use it in GitHub Desktop.
Save lonefreak/4980893 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName local.busca.abril.com.br
ServerAlias local.busca.abril.com.br
DocumentRoot "/home/fabricio/workspace/abrilbusca"
Alias /libc/busca /home/fabricio/workspace/interface-bsc/libc/busca
<Directory /home/fabricio/workspace/abrilbusca>
Options +Includes +FollowSymLinks
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