Re: login
I see. I put the $1 there, still not working, header image disappeared now. maybe I am using the wrong htaccess file? or the wrong position?
# Getting rid of the WWW in front
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.investorsbuzz.com [NC]
RewriteRule ^(.*)$ http://investorsbuzz.com/$1 [L,R=301]
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]
RewriteRule ^(.*/)?global-posts-feed/(.*) wp-content/recent-global-posts-feed.php [L]