Don't need mod_rewrite anymore

This commit is contained in:
mattbk
2015-11-01 10:26:51 -06:00
parent 84c96c0a65
commit 0e2f1ab9fb

View File

@ -1,14 +1,5 @@
DirectoryIndex index.php index.shtml index.html DirectoryIndex index.php index.shtml index.html
<IfModule mod_rewrite.c>
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]
</IfModule>
<Files settings.json> <Files settings.json>
Deny from all Deny from all
</Files> </Files>