fragz Posted August 27, 2014 Share Posted August 27, 2014 Hi guys, please help me to solve my problem. i want to get the url parameter using / for now i use index.php?category_id=14 how can i change the ?category_id=14 to index.php/14 thank you so much. Link to comment https://forums.phpfreaks.com/topic/290668-url-parameter-using/ Share on other sites More sharing options...
maxxd Posted August 27, 2014 Share Posted August 27, 2014 Look into Apache rewrite rules. You can do it with mod_rewrite or an .htaccess file, which is probably easier, especially if you're using shared hosting where you don't have access to the Apache config file. Link to comment https://forums.phpfreaks.com/topic/290668-url-parameter-using/#findComment-1489026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.