I want to redirect these urls with same strings some examples are www.example.com/sms/jokes.php?joke_id=30&cat_id=33&jtype= www.example.com/sms/jokes.php?joke_id=30&cat_id=33&jtype=1 www.example.com/sms/jokes.php?joke_id=5577&cat_id=20&jtype= www.example.com/sms/jokes.php?joke_id=5577&cat_id=20&jtype=1 to www.example.com/sms/jokes.php?joke_id=30&cat_id=33 www.example.com/sms/jokes.php?joke_id=5577&cat_id=20 means in simple words i want to remove string "jtype" ANd "jtype=1" from the end of url and for www.example.com/sms/jokes_category.php?cat_id=66&jtype= www.example.com/sms/jokes_category.php?cat_id=66&jtype=1 www.example.com/sms/jokes_category.php?cat_id=100&jtype= www.example.com/sms/jokes_category.php?cat_id=100&jtype=1 to www.example.com/sms/jokes_category.php?cat_id=66 www.example.com/sms/jokes_category.php?cat_id=100 if u can plz post me redirect code to get rid of these jtype urls I will be extremelly thanfull if any one helps me .
Download these plugin which will automatically redirect the links; http://urbangiraffe.com/plugins/redirection/ Permalink Migration plugin: http://www.deanlee.cn/wordpress/permalinks-migration-plugin/ I am using both, it is easy to implement and work nicely.
i've refer some website on your question and i found something here in below URL's Check out if it might help you 1. isitebuild.com/301-redirect.htm 2. seocompany.ca/seo/url-redirect.html