Skip to content

Commit

Permalink
Updated example htaccess file, fixes #2703
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiah committed Mar 13, 2010
1 parent da26200 commit 0ea2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RewriteBase /kohana/

# Protect application and system files from being viewed
# This is only necessary when these files are inside the webserver document root
RewriteRule ^(application|modules|system) - [R=404,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
Expand Down

0 comments on commit 0ea2cd3

Please sign in to comment.