Skip to content

Commit

Permalink
[change] path of index.cgi on 'contrib/_htaccess'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Mar 18, 2011
1 parent 010993e commit b3694eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/_htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RewriteRule \.(rhtml|cache)$ - [R=404,L]
## rewrite only if requested file is not found
RewriteCond %{SCRIPT_FILENAME} !-f
## handle request to *.html by index.cgi
RewriteRule ^.*\.html$ index.cgi
RewriteRule ^.*\.html$ /~yourname/index.cgi

0 comments on commit b3694eb

Please sign in to comment.