OK, I have a new redirect question. I found that for pages with a query string, the normal 301 redirect doesn't work, so I need a couple of rewrite rules for that, urgently.
Our old website was really badly made, so almost every page is like http://www.example.com/more_info.asp?current_id=39. I have a need for two types of rule:
1. To redirect a specific ID to a specific page.
2. If possible, to redirect a range of IDs to a specific page.Code:http://www.example.com/more_info.asp?current_id=9 // To this: http://www.example.com/page.php
Code:http://www.example.com/more_info.asp?current_id=10 http://www.example.com/more_info.asp?current_id=11 http://www.example.com/more_info.asp?current_id=12 ... http://www.example.com/more_info.asp?current_id=19 // All of the above to this: http://www.example.com/page.php


Reply With Quote
Bookmarks