daennera
05-13-2009, 07:20 AM
I'm having an issue with showthread and deleted posts. I don't want to restore the posts, but just do a rewrite for the 404 ids to a similiar thread. Here is what I am attempting to do, but it is not working correctly. Maybe someone here has the answer.
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{QUERY_STRING} ^t=2129$
RewriteRule ^showthread\.php$ http://www.whateverdomain.com/forums/showthread.php?t=2222
any help or suggestions on these rewrites would be great. Thanks
--------------- Added 1242251559 at 1242251559 ---------------
ok not everyone answer at once. haha
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{QUERY_STRING} ^t=2129$
RewriteRule ^showthread\.php$ http://www.whateverdomain.com/forums/showthread.php?t=2222
any help or suggestions on these rewrites would be great. Thanks
--------------- Added 1242251559 at 1242251559 ---------------
ok not everyone answer at once. haha