im migrating from apache to openlitespeed, and my htaccess doesn't working
please help me check my code
i tried put htaccess code on rewrite rules, i also enable rewrite and auto load from .htaccess
please help me check my code
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} !(/$|\.)
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]