techcone Posted January 25, 2010 Share Posted January 25, 2010 I want to mod rewrite http://www.abc.com/watch?v=xxxxxxxxxxxx to http://www.abc.com/index.php?url=xxxxxxxxxxxx Please suggest me possible htaccess file. Regards. Link to comment https://forums.phpfreaks.com/topic/189742-simple-redirect-problem/ Share on other sites More sharing options...
techcone Posted January 25, 2010 Author Share Posted January 25, 2010 Please solve my problem. Thanks. Link to comment https://forums.phpfreaks.com/topic/189742-simple-redirect-problem/#findComment-1001367 Share on other sites More sharing options...
schilly Posted January 25, 2010 Share Posted January 25, 2010 not exactly the right forum: RewriteRule ^watch\?v=(.*) index.php?url=$1 Link to comment https://forums.phpfreaks.com/topic/189742-simple-redirect-problem/#findComment-1001369 Share on other sites More sharing options...
techcone Posted January 25, 2010 Author Share Posted January 25, 2010 not exactly the right forum: RewriteRule ^watch\?v=(.*) index.php?url=$1 I appreciate your answer but its not working. I have already tried that out Link to comment https://forums.phpfreaks.com/topic/189742-simple-redirect-problem/#findComment-1001374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.