summaryrefslogtreecommitdiff
path: root/public_html/_htaccess
blob: 1eec81672250a1f3c75a4428fd26c59f692e95b4 (plain)
1
2
3
4
5
6
7
8
## enable mod_rewrie
RewriteEngine on
## deny access to *.rhtml and *.cache
RewriteRule \.(rhtml|cache)$ - [R=404,L]
## rewrite only if requested file is not found
RewriteCond %{SCRIPT_FILENAME} !-f
## handle request to *.html and directories by index.cgi
RewriteRule (\.html|/|^)$ /~username/index.cgi