diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-08-13 17:46:09 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-08-13 17:46:09 -0400 |
commit | b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a (patch) | |
tree | 0449277e94a42aa155995a90fd8a89cb3309e7ab /.htaccess | |
parent | 6a1d5b60e6ec541a36727b84b71168f62221f7d7 (diff) | |
download | fourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.tar.gz fourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.tar.bz2 fourisland-b5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a.zip |
Rewrote Admin panel
The following database changes must be made: * A TEXT column called "text" must be added to the end of "polloftheweek" * The transferPollRss.php script must be run * The "pollrss" table must be dropped Closes #113
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index bb11dba..d8295fe 100755 --- a/.htaccess +++ b/.htaccess | |||
@@ -21,8 +21,8 @@ RewriteRule ^poll/(.+).php /index.php?area=poll&id=$1 [QSA,L] | |||
21 | RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] | 21 | RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] |
22 | RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] | 22 | RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] |
23 | 23 | ||
24 | RewriteRule ^admin/$ /index.php?area=admin [QSA,L] | 24 | RewriteRule ^admin/$ /admin.php [QSA,L] |
25 | RewriteRule ^admin/(.+).php /index.php?area=admin&page=$1 [QSA,L] | 25 | RewriteRule ^admin/(.+).php /admin.php?area=$1 [QSA,L] |
26 | 26 | ||
27 | RewriteRule ^error/$ /index.php?area=error [QSA,L] | 27 | RewriteRule ^error/$ /index.php?area=error [QSA,L] |
28 | RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] | 28 | RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] |