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. Quote Link to comment Share on other sites More sharing options...
Solution maxxd Posted August 27, 2014 Solution 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. 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.