Please help fix WWW rule...

usAdultAds

Active member
I have tired rule after rules, but cant get the forum to
point to www (at least not in working condition...)

Root works fine; forum is not in root.

Code:
http://www.domain.com

however, when I go to forum it is:

Code:
 http://domain.com/community/


I tried the following rule in htaccess

Code:
RewriteBase /

RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/community/$1 [R=301,L]

It does point too:

Code:
http://www.domain.com/community/

however, the post urls no longer work, ie 404

any solutions?

Thanks
 
Last edited:
Top Bottom