summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-13 17:46:09 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-13 17:46:09 -0400
commitb5736e3ad3830fa732dcbd1a518ec3dd6ea7b98a (patch)
tree0449277e94a42aa155995a90fd8a89cb3309e7ab /.htaccess
parent6a1d5b60e6ec541a36727b84b71168f62221f7d7 (diff)
downloadfourisland-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.htaccess4
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]
21RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] 21RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L]
22RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] 22RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L]
23 23
24RewriteRule ^admin/$ /index.php?area=admin [QSA,L] 24RewriteRule ^admin/$ /admin.php [QSA,L]
25RewriteRule ^admin/(.+).php /index.php?area=admin&page=$1 [QSA,L] 25RewriteRule ^admin/(.+).php /admin.php?area=$1 [QSA,L]
26 26
27RewriteRule ^error/$ /index.php?area=error [QSA,L] 27RewriteRule ^error/$ /index.php?area=error [QSA,L]
28RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] 28RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L]