Hi,
I've found a bit of a strange issue happening with certain redirect 301 lines in our .htaccess.
Example:
When I follow the redirect path, I'm seeing this:
Somehow an extra redirect is being added that adds a trailing slash to the original url, and then continues on to the final destination.
So couple of points:
Any suggestions?
Thanks,
Taylor
I've found a bit of a strange issue happening with certain redirect 301 lines in our .htaccess.
Example:
Code:
redirect 301 /oldurl.php http://www.domain.com.au/newurl/
Code:
http://www.domain.com.au/oldurl.php
- 301 Redirect -
http://www.domain.com.au/oldurl.php/
- 301 Redirect -
http://www.domain.com.au/newurl/
So couple of points:
- I have seen nothing in my .htaccess that would trigger this behaviour
- It only adds the extra slash and redirect if the final destination URL ends with a slash
Any suggestions?
Thanks,
Taylor
Last edited by a moderator: