diff options
Diffstat (limited to '.htaccess')
| -rwxr-xr-x | .htaccess | 8 |
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 | |||
| 7 | RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] | 7 | RewriteCond %{HTTP_HOST} ^www.fourisland.com [NC] |
| 8 | RewriteRule ^(.*)$ http://fourisland.com/$1 [R=301,NC,L] | 8 | RewriteRule ^(.*)$ http://fourisland.com/$1 [R=301,NC,L] |
| 9 | 9 | ||
| 10 | RewriteRule ^blog/$ /index.php?area=blog [QSA,L] | 10 | RewriteRule ^blog/$ /index.php?area=archive [QSA,L] |
| 11 | RewriteRule ^blog/author/(.+).php /index.php?area=blog&author=$1 [QSA,L] | 11 | RewriteRule ^blog/author/(.+).php /index.php?area=archive&author=$1 [QSA,L] |
| 12 | RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] | 12 | RewriteRule ^blog/tag/(.+).php /index.php?area=archive&tag=$1 [QSA,L] |
| 13 | |||
| 14 | RewriteRule ^$ /index.php?area=blog [QSA,L] | ||
| 13 | RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] | 15 | RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] |
| 14 | 16 | ||
| 15 | RewriteRule ^wiki/$ /wiki/Main_Page [QSA] | 17 | RewriteRule ^wiki/$ /wiki/Main_Page [QSA] |
