petertdavis
Well-known member
Howdy,
I converted my coin forum last year, but seem to have not got all my redirects done right. I'm revisiting it now and hope to get it right this time. The problem I've found is that in December of 2008, I switched domains from cointalk.org to cointalk.com. After I switched, I installed vbSEO, but that's another story. The cointalk.org urls were all the standard vbulletin of the day urls, such as:
http://www.cointalk.org/showthread.php?t=40843
which should redirect to
https://www.cointalk.com/threads/since-when-did-ngc-do-this.40843/
and
http://cointalk.org/showthread.php?t=40832
which should redirect to
https://www.cointalk.com/threads/olympic-handover-coin-launched.40832/
etc...
How should I write the .htaccess file? Right now, all I have is this:
Redirect 301 / http://www.cointalk.com/
which of course doesn't do the job.
I converted my coin forum last year, but seem to have not got all my redirects done right. I'm revisiting it now and hope to get it right this time. The problem I've found is that in December of 2008, I switched domains from cointalk.org to cointalk.com. After I switched, I installed vbSEO, but that's another story. The cointalk.org urls were all the standard vbulletin of the day urls, such as:
http://www.cointalk.org/showthread.php?t=40843
which should redirect to
https://www.cointalk.com/threads/since-when-did-ngc-do-this.40843/
and
http://cointalk.org/showthread.php?t=40832
which should redirect to
https://www.cointalk.com/threads/olympic-handover-coin-launched.40832/
etc...
How should I write the .htaccess file? Right now, all I have is this:
Redirect 301 / http://www.cointalk.com/
which of course doesn't do the job.