Hi,
I posted a question yesteray, link below, and ended up rather than finding a way to get the www back, i ended up adding this to the .htaccess to 301 redirect to the new URL.
# Getting rid of the WWW in front
RewriteCond %{HTTP_HOST} ^www.dropdeadgorgeousdaily.com [NC]
RewriteRule ^(.*)$ http://dropdeadgorgeousdaily.com/$1 [L,R=301]
The problem is it is redirecting all links to the homepage, and not to the non www version of that page.
So I need either:
A - a way to get the www back in the URL (it's greyed out in the admin)
B - a way to change the redirect code to redirect to individual pages
thanks.