I tried putting that (and about 15 more lines) in a .htaccess file, but none of the redirects work.
From the reading I've been doing, I think the problem might be the fact that the pages (forum threads) are specified by the variables in the URL. Is that the problem? What should I do?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
I'm sorry, I'm really illiterate when it comes to this server admin stuff. What do you mean by patterns to match?
There are no variables in the new URLs, if that's what you're asking. The new pages are scattered throughout different directories and have no similarities.
See this thread (post #6 onwards), a "smart 404" might be more in order.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Skimming the thread you linked to, are you saying that the easiest solution would be to create a custom 404 page which checks the URL and, if it's one that needs to be redirected, redirect the page?
It's also a more "server friendly" solution than several lines of htaccess directives that have to be checked on every request.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
« Reply to How to 301 redirect pages with variables in the url?