Hello
I am getting over 9000 302 redirects and I don't know why. I am using a program called webmeup to show me SEO stuff. I have checked several of the pages myself with another program and it too returns the 302's.

I'm using version 1.3.9h.

Part of my htpaccess file contains:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /shop/
RewriteCond %{HTTP_HOST} ^thestitchsanctuary\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.thestitchsanctuary\.com$
RewriteRule ^/?$ "http\:\/\/thestitchsanctuary\.com\/shop" [R=301,L]

RewriteCond %{HTTP_HOST} ^personalizedthreads\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.personalizedthreads\.com$
RewriteRule ^/?$ "http\:\/\/thestitchsanctuary\.com" [R=301,L]

RewriteCond %{HTTP_HOST} ^stitched4you\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.stitched4you\.com$
RewriteRule ^/?$ "http\:\/\/thestitchsanctuary\.com" [R=301,L]

RewriteCond %{HTTP_HOST} ^stitchsanctuary\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.stitchsanctuary\.com$
RewriteRule ^/?$ "http\:\/\/thestitchsanctuary\.com" [R=301,L]

Then it contains Ultimate SeO, but I have that turned off.

Originally I had R=302 but when I started using Webmeup, I learned to use 301 so I changed them. But something else changed that has made me get these errors again. I noticed alot of them are when someone picks the "Review" on a product page and it takes you to the login page, which is SSL.

I've searched the forum and can't find an answer so anyhelp would be great. I'm not sure what else to tell you.

Linda