You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B
ApacheConf

RewriteEngine On
#remove trailing slash
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ $1 [R=301,L]
RewriteRule ^faq$ faq.php [L]
RewriteRule ^tos$ tos.php [L]
RewriteRule ^download/(.*)$ download.php?os=$1 [L]