Rewrite rule sends empty $_GET variable

#1
I am trying to migrate an older PHP application to a paid litespeed version on a cpanel server.

The application seems to fail because the following redirect which is supposed to send the variable VHE6n is not working and $_GET appears to be empty.

RewriteRule project/([^/]*)/([^/]*).html templates/page.html?project=$1 [L]

I have tried removing the [L] with no luck. Anyone have a clue what might be wrong?
 
Top