I am trying to make the below url
redirect to
http://localhost/base/list.php?r=path/to/redirect/1-2-master
I have tried this. But I am getting 404 error.
RewriteEngine On
RewriteRule ^(.*)base/(.*)/list.xh$ $1base/list.php?r=$2 [NC,L]
But when I tested on http://htaccess.mwl.be/ and it is working fine