Skip to content

Commit

Permalink
Revert "prevent requesting a folder (/css) from showing a dir listing"
Browse files Browse the repository at this point in the history
This reverts commit 1bdff8f.

Disappointinly, it broke my apache test install
  • Loading branch information
AD7six committed May 17, 2011
1 parent 1bdff8f commit d3772fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/webroot/.htaccess
@@ -1,5 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>
</IfModule>

0 comments on commit d3772fc

Please sign in to comment.