teramera Posted January 20, 2009 Share Posted January 20, 2009 Hi!, want to use htaccess redirection to get the following: Currently in my website I am getting the link as http://mydomain.com/up_auction_detail.php?auction_id=92&cat_id=1&auction_title=Cars%20volvo%20deluxe I would like the URL to show as : http://mydomain.com/up_auction_detail/92/1/Cars_volvo_deluxe.htm The auction_id=92&cat_id=1&auction_title=Cars%20volvo%20deluxe part is a variable and the inputs change as per whatever is there in the result etc being pulled from mysql database. Can someone please help me with the code that i need to put in the .htaccess file to acheive this? Thanks in advance Regards tera Link to comment https://forums.phpfreaks.com/topic/141562-htaccess-redirection-help-required/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.