From 0e2f1ab9fb2b26b0cc47ca04b7b97b5ffc77e577 Mon Sep 17 00:00:00 2001 From: mattbk Date: Sun, 1 Nov 2015 10:26:51 -0600 Subject: [PATCH] Don't need mod_rewrite anymore --- .htaccess | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.htaccess b/.htaccess index 61c79b6..a281712 100755 --- a/.htaccess +++ b/.htaccess @@ -1,14 +1,5 @@ DirectoryIndex index.php index.shtml index.html - - RewriteEngine On - RewriteBase / - - RewriteRule ^(start|finish|results)/?$ index.php?mode=$1 [L] - # RewriteRule ^phase/(notable|unnoted|renoted)/?$ index.php?mode=phase&phase=$1 [L] - RewriteRule ^results/(download|filtered)/? index.php?mode=results&$1=1 [L] - - Deny from all \ No newline at end of file