original url - example.com/art.php?a=lorem
want to be visible as - example.com/art/lorem
litespeed
server - htaccess is enabled
RewriteEngine ON
RewriteRule ^art/(.*)$ /art.php?a=$1 [L]
doesn't work
url is still - example.com/art.php?a=lorem
pls help