Mod_rewrite For Specific Url

liunx

Guest
hi guys... nice forum going on here <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />ok.. I've searched every topic about this almost close to what I need but I can't find the solution.. <br />what I want to do is redirect an url to another one.. <br /><br />for example: <br /><br /><a href="http://www.mysite.com/in8/index.php?cat=1&start=10&t=sub_pages&link_order_c=link_name&link_sort_c=asc" target="_blank">http://www.mysite.com/in8/index.php?cat=1&...link_sort_c=asc</a> <br /><br />to <br /><br /><a href="http://www.mysite.com/index.php?module=PostWrap&page=action" target="_blank">http://www.mysite.com/index.php?module=PostWrap&page=action</a> <br /><br />If I could just specify which url redirect to where.. would be fantastic... <br /><br />can this be done? <br /><br />I don't need a wildcard directive for this... as it is not this only url.. it can be <br /><a href="http://www.mysite.com/in8/index.php?cat=2&start=10&t=sub_pages&link_order_c=link_name&link_sort_c=asc" target="_blank">http://www.mysite.com/in8/index.php?cat=2&...link_sort_c=asc</a> <br />(note cat=2 instead of cat=1) <br /><br />to redirect to <br /><br /><a href="http://www.mysite.com/index.php?module=PostWrap&page=action2" target="_blank">http://www.mysite.com/index.php?module=PostWrap&page=action2</a> <br /><br />thank you!<!--content-->
 
Top