Simple mod_rewrite rule.....?

Posted by eberswine on Stack Overflow See other posts from Stack Overflow or by eberswine
Published on 2010-05-21T03:58:51Z Indexed on 2010/05/21 4:00 UTC
Read the original article Hit count: 339

Filed under:

Hello. I have a edit page that looks at record_id's in the url.. I don't want the user to see any record id, that way they can't replace it with another and edit another record....

Anyways, my url is like:

http://www.mywebsite.com/folder/folder_detail_edit.php?recordID=3980

I would like it to just display:

http://www.mywebsite.com/folder/folder_detail_edit.php

Is this possible regardless of the recordID???

© Stack Overflow or respective owner

Related posts about mod-rewrite