2006-12-06, 01:12 AM
Correct, create the files and upload it to your server. What the code does is, all links going to viewforum.php?f=1. will forward to forumdisplay.php?fid=1 and viewtopic.php?t=1 forwards to showthread.php?tid=1.
Also, I forgot the HTTP status code, add the following before the other header's in the previous codes.
Also, I forgot the HTTP status code, add the following before the other header's in the previous codes.
header('HTTP/1.1 301 Moved Permanently');
[Need Smilies? Get Me Smileys!]