Delete .htaccess

This commit is contained in:
phenomenz 2014-04-18 14:27:28 -04:00
parent cd09e887f8
commit b355d9d88b

View File

@ -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]