]> git.ipfire.org Git - ipfire.org.git/blob - www/.htaccess
From now on, we can link all sites like: http://www.ipfire.org/downloads.shtml
[ipfire.org.git] / www / .htaccess
1 DirectoryIndex index.py index.shtml
2
3 RewriteEngine on
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^(.*).shtml$ index.py?file=$1.shtml