PHPycho Posted September 5, 2007 Share Posted September 5, 2007 Hello forums !! How to rewrite in this case: i had the following case: if i had the following url: http://localhost/my_project/test/create I would like to map this url with http://localhost/my_project/index.php?url=/test/create/ So that its easier to retrieve the params using $_GET['url'] and everything will go fine. Note: i would like to have url rewriting for mvc pattern How it could be performed? thanks in advance. Link to comment https://forums.phpfreaks.com/topic/67997-how-to-rewrite-this/ Share on other sites More sharing options...
PHPycho Posted September 6, 2007 Author Share Posted September 6, 2007 knock knock.. call for help.. Link to comment https://forums.phpfreaks.com/topic/67997-how-to-rewrite-this/#findComment-342838 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.