need help on rewrite

#1
hi guys , im new with litespeed just installed on my 1st server ,
and i need help with rewrite rules ,

usually on nginx my rewrite rule is :

location / {
try_files $uri $uri/ /index.php?$args;
rewrite ^/videoplayback$ /videoplayback.php;
}

i want to rewrite videoplayback?idwhich is shown to visitors to videoplayback.php?id ,

any help would be very appriciate .

thank you!
 
Top