This commit is contained in:
Geert De Deckere 2010-05-03 09:26:58 +02:00
parent 62cc276dcf
commit 11d7ae9e3a

View file

@ -11,7 +11,7 @@ RewriteBase /kohana/
</Files>
# Protect application and system files from being viewed
RewriteRule ^(?:application|modules|system)\b index.php/$0 [L]
RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f