think the user enter
localhost/app/public/anything/anything/index/php/id/5 then id like to change it to the
localhost/app/public/index.php?id=5 the expression that i wrote is this
RewriteRule ^index/php/id/([0-9]+)$ http://localhost/saecms/public/index.php?id=$1 [L]
but it doesn't work, whats wrong here? thank you
.htaccessso I'm not posting mine