Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created May 20, 2014 06:13
Show Gist options
  • Save flashvnn/7d330cbdf45351f5ef95 to your computer and use it in GitHub Desktop.
Save flashvnn/7d330cbdf45351f5ef95 to your computer and use it in GitHub Desktop.
Apache config allow serve other directory
<Directory />
Options FollowSymLinks
AllowOverride All
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment