summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess8
1 files changed, 5 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 1d64272..7304983 100755 --- a/.htaccess +++ b/.htaccess
@@ -7,9 +7,11 @@ RewriteEngine On
7RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] 7RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC]
8RewriteRule ^(.*)$ http://fourisland.com/$1 [R=301,NC,L] 8RewriteRule ^(.*)$ http://fourisland.com/$1 [R=301,NC,L]
9 9
10RewriteRule ^blog/$ /index.php?area=blog [QSA,L] 10RewriteRule ^blog/$ /index.php?area=archive [QSA,L]
11RewriteRule ^blog/author/(.+).php /index.php?area=blog&author=$1 [QSA,L] 11RewriteRule ^blog/author/(.+).php /index.php?area=archive&author=$1 [QSA,L]
12RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] 12RewriteRule ^blog/tag/(.+).php /index.php?area=archive&tag=$1 [QSA,L]
13
14RewriteRule ^$ /index.php?area=blog [QSA,L]
13RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] 15RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L]
14 16
15RewriteRule ^wiki/$ /wiki/Main_Page [QSA] 17RewriteRule ^wiki/$ /wiki/Main_Page [QSA]