Hello there,
The following rewrite rule are working very well on apache but not on litespeed can i get a fix please?
RewriteRule ^artist/$ artists.php
RewriteRule ^artists/(.*)$ artists.php$1
RewriteRule ^artist/(.*)/sort-(.*)-page-([0-9]+)/?$ artist.php?artist=$1&sort=$2&page=$3 [B,L]
RewriteRule ^artist/(.*)/$ artist.php?artist=$1
Thanks
The following rewrite rule are working very well on apache but not on litespeed can i get a fix please?
RewriteRule ^artist/$ artists.php
RewriteRule ^artists/(.*)$ artists.php$1
RewriteRule ^artist/(.*)/sort-(.*)-page-([0-9]+)/?$ artist.php?artist=$1&sort=$2&page=$3 [B,L]
RewriteRule ^artist/(.*)/$ artist.php?artist=$1
Thanks