summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess2
1 files changed, 0 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 8886f83..7a6a65c 100755 --- a/.htaccess +++ b/.htaccess
@@ -5,8 +5,6 @@ RewriteRule ^blog/author/(.+).php /index.php?area=blog&author=$1 [QSA,L]
5RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] 5RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L]
6RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] 6RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L]
7 7
8RewriteRule ^comments/(.+)/ /index.php?area=comment&id=$1 [QSA,L]
9
10RewriteRule ^wiki/$ /wiki/Main_Page [QSA] 8RewriteRule ^wiki/$ /wiki/Main_Page [QSA]
11RewriteCond %{REQUEST_FILENAME} !-f 9RewriteCond %{REQUEST_FILENAME} !-f
12RewriteCond %{REQUEST_FILENAME} !-d 10RewriteCond %{REQUEST_FILENAME} !-d