This one is different the one that is in the .htaccess file in /forum that came with vbseo
How can i make the one that came with vbseo redirect to http://domain.com ?Code:RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
Code:#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]



3Likes
LinkBack URL
About LinkBacks






Reply With Quote

