2012-12-08, 08:31:49
You may have to edit you GS root .htaccess file if you changed from domain1/folder to domain2/ (or to a different folder):
If you moved from a folder to the root of a domain, it should be:
Also recommended: admin -> support -> website health check
Code:
# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /mygsfolder/
If you moved from a folder to the root of a domain, it should be:
Code:
RewriteBase /
Also recommended: admin -> support -> website health check