summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess3
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
19RewriteCond %{REQUEST_FILENAME} !-d 19RewriteCond %{REQUEST_FILENAME} !-d
20RewriteRule ^wiki/(.+) /w/index.php?title=$1 [QSA,L] 20RewriteRule ^wiki/(.+) /w/index.php?title=$1 [QSA,L]
21 21
22RewriteRule ^poll/$ /index.php?area=poll [QSA,L]
23RewriteRule ^poll/(.+).php /index.php?area=poll&id=$1 [QSA,L]
24
25RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L] 22RewriteRule ^quotes/$ /index.php?area=quotes [QSA,L]
26RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L] 23RewriteRule ^quotes/(.+).php /index.php?area=quotes&act=$1 [QSA,L]
27 24