Quote:
Originally Posted by ikopylov
Code:
Redirect 301 /networking-peripherals/ http://www.thecodecage.com/forumz/forumdisplay.php?f=23
*23 this is a number of you forum
how much you have forums, so it should be of such lines
another option redirects unfortunately no
Put this file to /forumz/ folder
.htaccess
Code:
Options +FollowSymLinks
RewriteEngine On
RedirectMatch 301 ^/([A-Za-z-]+)/([0-9]+)-([A-Za-z0-9-]+)\.html$ http://www.thecodecage.com/forumz/$2.html
|
I appreciate your help, the last redirect you gave is that a one size fits all approach? I don't understand how that will redirect links to the correct areas?