Forum Moderators: phranque
i.e /files/100/index.html?partner=123 to /files/index.php?c=100&partner=123
using the rule below generates 404 errors
/files/(.*)/index.html?partner=(.*)$ /files/index.php?c=$1&partner=$2
I've managed to pass it through without the? being used, but that would create an extra level in the directory structure which I don't want to do.
Can anyone help? Thanks
this rule produces a 404 error - The requested URL /directory-allsport/files/123/index.html was not found on this server - when using the url...
[domain.com...]
thanks
Ian