Page is a not externally linkable
Sgt_Kickaxe - 7:02 pm on Dec 9, 2012 (gmt 0)
It's also not just double 301 redirects as mentioned above, if a page is 404 but the request comes in with /index.php/ the result is a 301 to the non /index.php/ version before a 404.
The only plugin, or folder with an htaccess file in it, was the mobile plugin. Unfortunately removing that didn't help, the host process each redirect request individually. I'm still trying to solve this.
- It seems that the server is processing conditional rewriterules before unconditional rewriterules regardless of order in htaccess, is there a safe condition to add to a bare rewriterule in order to *trick* this particular behavior?