]> Pileus Git - ~andy/aweather-web/blob - .htaccess
Fix web paths
[~andy/aweather-web] / .htaccess
1 Options +ExecCGI
2 AddHandler cgi-script .cgi
3 RewriteEngine on
4 RewriteRule ^([a-z]*)$        'index.cgi/$1'
5
6 # ** Andy stabs apache **
7 RewriteCond %{REQUEST_URI}    ^(.*)/[^/]*$
8 RewriteRule ^[^/]*\.(gz|exe)$ %1/files/$0  [R=301,L]