Friday, January 6, 2012

Help: htaccess

Hello, I have redirected my website f1zone.net to /forum/
last time using this redirection (it redirects all the file): Code:
Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST}
^(www.)?f1zone.net$ NC RewriteCond %{REQUEST_URI} !^/forum/
RewriteRule ^(.*)$ /forum/$1 R=301 Now I want to redirect
f1zone.net to f1zone.net/news/ and all the other files to /forum/..
So we made this htaccess.

No comments:

Post a Comment