Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: login

It doesn’t seem to work, now my homepage is not displaying anymore

I added this to the htaccess file at the top

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www.investorsbuzz.com$

RewriteRule ^(.*)$ http://www.investorsbuzz.com/$1 [R=301]

Then I tried this:

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www.investorsbuzz.com/forum_$

RewriteRule ^(.*)$ http://www.investorsbuzz.com/forum_/$1 [R=301]

both no success

Skip to toolbar