php URL yazımının doğru biçimi

0 Cevap php

Ben (mod_rewrite) htaccess url rewrite soruyorum

aslında ben URL altında değiştirmek istiyorum

http://localhost/project/cms/edit_item.php?id=MYc= (aslında bu baz 64 kodlanmış)

karşı

http://localhost/project/cms/edit_item.php/id/MYc=

i .htaccess dosyası üzerinde bu gibi bunu

RewriteEngine on
RewriteRule ^([\-_0-9A-Za-z]+)$  edit_item.php?id=$1 [L]

and save this on project folder but URL didn't modified

please suggest me how karşı do it

0 Cevap