Hi there,
I recently switch to cyberpanel, I’m using WHMCS software, the problem is the Fully Friendly URLs inside the admin panel are not working correctly (any url inside the admin panel works), i.e:
- domain.tld/whmcs/admin/setup (not working)
I open a thread with WHMCS Community (Fully Friendly URLs not working with openlitespeed - Troubleshooting Issues - WHMCS.Community) and request me to ask here, because other user are being using whmcs with OLS without any issue and maybe is an issue with htaccess and cyberpanel.
I have added a “context” with the following values:
URI: /clients/
Location: /home/alliance/public_html/clients
Accesible: Yes
Enable Expires: Not Set
Auto Index: Not Set
Enable Rewrite: Yes
Rewrite Inherit: Not Set
Rewrite Base:
Rewrite Rules:RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $0#%{REQUEST_URI} ([^#])#(.)\1$
RewriteRule ^.*$ %2index.php [QSA,L]
Any ideas? to get this rules working correctly?









