Quote:
Originally Posted by cellarius
It would have been a good thing to put the urls inside code tags, so they don't get linked and shortened.
Code:
http://www.foro3d.com/post/722216-Critica-Americana-Planet-51
Code:
http://www.foro3d.com/threads/81976-Critica-Americana-Planet-51?p=722216&viewfull=1#post722216
If a redirect via htaccess is what you're looking for, that's not possible since the threadid (81976) is not present in the originating URL.
|
Sorry to contradict. But that doens't matter since he's redirecting to the post URL not the thread.
@OP, Try to play around with this:
Code:
RewriteRule /post/([0-9]+)-([\d]+)\ /showthread.php?=$1#post$1 [NC,L]
If it doesn't work let me know, it's also possible to make a rewrite but you get the basics with that one.
Rafael