durgaprasadcs Posted March 4, 2014 Share Posted March 4, 2014 Hello, I use urls like www.example.com/viewpost.php?ID=123 where i am passing ID parameter and then display records from sql in PHP. Later with help of this forum I can able to use MOD REWRITE functionality in .htaaccess and able to convert as dynamic seo friendly url like www.example.com/mp3playerforsale www.example.com/carforsale Now I have the requirement that I have two pages which have ID as parameter. But both has to displayed in two different pages. example : mp3players should go to page viewpost.php?ID=123 cars should go to page viewpost2.php?ID=123 when i tried both displayed in viewpost.php where I need to display cars category in different pages. any help appreciated ! Quote Link to comment https://forums.phpfreaks.com/topic/286689-mod-rewrite-seo-friendly-url/ Share on other sites More sharing options...
Skewled Posted March 5, 2014 Share Posted March 5, 2014 Without knowing your structure internally we would be throwing code out that may never work. Quote Link to comment https://forums.phpfreaks.com/topic/286689-mod-rewrite-seo-friendly-url/#findComment-1471522 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.