Skip to content

Commit

Permalink
[change] change comment on 'public_html/_htaccess'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Apr 1, 2011
1 parent 1f0b38d commit 1710403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/_htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## enable mod_rewrie
RewriteEngine on
## deny access to *.rhtml and *.cache
#RewriteRule \.(rhtml|cache)$ - [R=404,L] # not work on sakura internet
#RewriteRule \.(rhtml|cache)$ - [R=404,L] # not work on Apache 2
RewriteRule \.(rhtml|cache)$ - [F,L]
## rewrite only if requested file is not found
RewriteCond %{SCRIPT_FILENAME} !-f
Expand Down

0 comments on commit 1710403

Please sign in to comment.