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 Quote Link to comment 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.