I have a url like this:
localhost/site/index.php?option=com_cust&tool=edit
and I would like to replace index.php?option=com_cust&tool=edit
to edit
. Is this possible? The attempts I have made do not work, e.g. :
RewriteEngine On
RewriteRule ^index.php?option=com_cust&tool=edit localhost/site/edit [L,QSA,R=301]