I am rebuilding a site that was shtml, there are folders with index pages whose urls look like: [
creativeloansnationwide.com...]
they are indexed like that in google webmaster list, the file that displays is actually about/index.shtml,(new page is index.html) but when I try to redirect to the new page
redirect 301 /about/ http://example.com/about/index.html I get a bad response:
http://example.com/about/index.htmlindex.htmlindex.htmlindex.htmlindex.html index.htmlindex.htmlindex.htmlindex.htmlindex.html index.htmlindex.htmlindex.htmlindex.htmlindex.html index.htmlindex.htmlindex.htmlindex.htmlindex.html? sef_rewrite=1&sef_rewrite=1&sef_rewrite=1&sef_rewrite=1 &sef_rewrite=1&sef_rewrite=1&sef_rewrite=1&sef_rewrite=1 &sef_rewrite=1&sef_rewrite=1&sef_rewrite=1&sef_rewrite=1 &sef_rewrite=1&sef_rewrite=1&sef_rewrite=1&sef_rewrite=1 &sef_rewrite=1&sef_rewrite=1&sef_rewrite=1
If I use this next redirect
redirect 301 /about/index.shtml http://example.com/about/index.html
the page redirects, but the links are indexed in google as /about/ (with no page name) and this link below will not redirect with the above htaccess in place
example.com/about/ (this is how they are indexed)
Thank you so much for any help, some pages are shtml and some are not so I am just redirecting about 6 pages like this if I can find out how.
[edited by: jatar_k at 1:18 pm (utc) on Nov 9, 2011]
[edit reason] changed to example.com so code is readable [/edit]