Switched to openlitespeed how to add the /config alias back?

Nevermind, simple fix

open /usr/local/lsws/conf/httpd-alias.conf

and add the following in

context /config {
location /var/www/html/redirect.php
include /usr/local/lsws/conf/httpd-webapps-php.conf
}
 
Back
Top