summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
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]