Actually, that wasn't it at all. I though everything was working because I was still logged in... the admin section seems to work as long as I can get passed the admin log in. Which I can't if the previously mentioned:
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
are in effect.
Not sure how to proceed.
How do I keep my "www" without adding the above to my .htaccess?
Bookmarks