Hello guys. Installed openlightspeed with cyberpanel and it works like a charm. Many thanks, it’s a greatest free cpanel alternative.
But I found out that htaccess rules don’t work when I moved from apache to openlightspeed. Could you please help me? I believe it’s a really quick 1 minute fix. I tried a few fixes from documentation without success. Here’s my apache rules:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/i_files/(.)
RewriteRule ^(.)$ index.php\?link=$1 [L,QSA]
I believe that I need to update the third line but didn’t know how.