Start working

Modified some paths to be more generic and not require rewrite.  Some
instances of phase names have been changed, others are still in process.
This commit is contained in:
mattbk
2015-10-28 22:04:20 -05:00
parent eda91ff492
commit abadd5bc38
192 changed files with 16085 additions and 7 deletions

4
.htaccess Normal file → Executable file
View File

@ -1,9 +1,11 @@
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 ^phase/(notable|unnoted|renoted)/?$ index.php?mode=phase&phase=$1 [L]
RewriteRule ^results/(download|filtered)/? index.php?mode=results&$1=1 [L]
</IfModule>