Delete .htaccess

master
phenomenz 10 years ago
parent cd09e887f8
commit b355d9d88b

@ -1,10 +0,0 @@
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]
Loading…
Cancel
Save