View Single Post
  #21  
Old January 3rd, 2007
trux's Avatar
trux trux is offline
~~~~~
 
Join Date: Dec 2005
Location: F:Lyon / CZ:Prague
Posts: 2,815
Rep Power: 406
trux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyondtrux moved beyond
Re: DeeperBlue.net Forums Being Upgraded

Quote:
Originally Posted by Stephan Whelan View Post
... Unfortunately i'm not sure that either vendor is likely to change their product behaviour at this present time.
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.

Last edited by trux; January 3rd, 2007 at 15:39.
Reply With Quote