Jump to content

How to rewrite this ??


PHPycho

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.