diff --git a/.htaccess b/.htaccess deleted file mode 100644 index ce2e3fe..0000000 --- a/.htaccess +++ /dev/null @@ -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] \ No newline at end of file