Ok this is more of I am stupid and cant figure this out type of question,
I am trying to use Openlitespeed instead of Nginx but I cant figure out the URL rewrite.
For Nignx i use to have;
location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}
But what is it for Openlistepeed? I cant figure out how to get this to work.