Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: login

Put this in your .htaccess file at the public_html level:

# Getting rid of the WWW in front
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.investorsbuzz.com [NC]
RewriteRule ^(.*)$ http://investorsbuzz.com/$1 [L,R=301]

If you have wordpress info in that file, put this BEFORE the WP stuff.

Ugh and there’s a bug in put $1 right after the / in http://investorsbuzz.com/

I don’t know why that’s happening. See http://yfrog.com/eahtaccessg

Skip to toolbar