Forum Moderators: phranque
HTTP/1.1 301 Moved Permanently
Date => Sun, 08 Feb 2009 00:27:44 GMT
Server => Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Location => http://example.com/blog/
Content-Type => text/html; charset=iso-8859-1
What's strange is it does this without any 301 redirects in either .htaccess file! Do I have a hidden redirect somwhere?
Thanks for any comments.
If there is a redirect in the config file, then your root-level /.htaccess file may be bypassed; You might want to duplicate the domain canonicalization redirect in the /blog/.htaccess file, but it sounds like that would result in stacked multiple redirects, and that would not be good.
Or you could try using RewriteOptions inherit in /blog/.htaccess.
Jim
I also tried duplicating rhe canonicalization redirect in the blog htaccess but no luck there either.
No redirects in control panel that I can see.