diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 7304983..1369b66 100755 --- a/.htaccess +++ b/.htaccess | |||
@@ -19,9 +19,6 @@ RewriteCond %{REQUEST_FILENAME} !-f | |||
19 | RewriteCond %{REQUEST_FILENAME} !-d | 19 | RewriteCond %{REQUEST_FILENAME} !-d |
20 | RewriteRule ^wiki/(.+) /w/index.php?title=$1 [QSA,L] | 20 | RewriteRule ^wiki/(.+) /w/index.php?title=$1 [QSA,L] |
21 | 21 | ||
22 | RewriteRule ^poll/$ /index.php?area=poll [QSA,L] | ||
23 | RewriteRule ^poll/(.+).php /index.php?area=poll&id=$1 [QSA,L] | ||
24 | |||
25 | RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] | 22 | RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] |
26 | RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] | 23 | RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] |
27 | 24 | ||