diff options
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] |