Quote:
Originally Posted by Viper220
Hi folks,
I want to redirect users attempting to click through to a single thread on my VB board. The URL for this thread is getting blasted through Google, so I want to route everyone going to it to a static html page. Is it possible to put in place a server-side redirect that will take visitors just to that one thread to another location?
I say server-side because that would cut down on the server load if the visitor never has to touch the forum on their way to the redirect.
Please let me know. Thanks in advance!
-Brian
|
I assume you would just have to put an if statement in showthread.php, that if $thread[threadid] = the threadid of the thread you want to go somewhere else, you would then put a redirect in
Satan