Jump to content

Mod rewrite


Silvar

Recommended Posts

I need to make a mod rewrite. Lets say I got following URL:

http://www.something...u/do/edit/id/20

 

Then I want my scripts to still be able to read the url as:

http://www.something...u&do=edit&id=20

 

I got following mod rewrite now:

RewriteRule ^(.+)/$ index.php

 

But this mod rewrite forces me to rewrite all my scripts as they use $_GET[] for getting data.

 

How am i able to do this?

Link to comment
https://forums.phpfreaks.com/topic/272822-mod-rewrite/
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.