Skip to content

Commit

Permalink
Include Allow etc directives in example apache conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Mar 4, 2011
1 parent 1118f12 commit 3d70c4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apache-vhost.conf
Expand Up @@ -7,6 +7,10 @@
<Directory /path/to/install/public>
Options -Indexes +FollowSymLinks -MultiViews

AllowOverride None
Order allow,deny
Allow from all

RewriteEngine on

# Strip trailing slash
Expand Down

0 comments on commit 3d70c4e

Please sign in to comment.