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. Quote Link to comment Share on other sites More sharing options...
PHPycho Posted September 6, 2007 Author Share Posted September 6, 2007 knock knock.. call for help.. 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.