Hi Yellow I have a question for you. I'm trying to redirect my site to a non-www site like http://thegoodshepherdstore.com
I'm still using simple seo 2.8
mprough has been trying to help me out but when I did what she said now I have messed up the URLS. Would you be so kind to look at my site to see whats going on. This is what my htaccess looks like after she had me add some code. First she had me add this code to the admin htaccess
RewriteEngine off
This is what my root htaccess Looks like
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.thegoodshepherdstore.com$ [NC]
RewriteRule ^(.*)$ http://thegoodshepherdstore.com/$1 [R=301,L]

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php?\ HTTP/
RewriteRule ^(.*)index\.php?$ http://thegoodshepherdstore.com/$1 [R=301,L]

# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Now when you go to a product you see this for example
http://thegoodshepherdstore.com/spor...bd725m7urb3r63 Thank you for your help in advance.