The behaviour does not need to be changed. It can remain identical as it is now, just adding a human clickable link to the HTML body of the redirect. The change is trivial - all what is needed is copying the code placing the HTTP header string "Location:" and the URL into the HTML body. If you have the PHP source code, you can do it easily yourself with just the very rudimentary knowledge of coding in PHP. Simply search for the strings "Location:" and "301" in the directory containing the PHP source files - that should bring up the concerned file rather quickly. Then add a HTML body including an A anchor link with the same code for the URL as used in the HTTP Location directive.... Unfortunately i'm not sure that either vendor is likely to change their product behaviour at this present time.
Last edited: