Hi, I have suspended any vhost i want to show a custom error page is this possible?
I have added this in httpd_config.conf
suspendedVhosts abc.com
to suspend the vhost but it shows me 403 forbidden I want to show some custom error page
hi in my case I have installed openlitespeed on my panel but when any user does changes in htaccess they cannot reload openlitespeed they have to contact admin every time is there any way to load htaccess without reload?
hi i have install wordpress but when i move to another page of wordpress its shows 404 error but when i restart the openlitespeed service it work.
does restart required after wordpress install
hi
I have disabled http2 in my listener like this
listener Default {
address *:80
secure 0
enableSpdy 0
}
listener SSL {
address *:443
secure 1
enableSpdy 0
}
default...
listener SSL {
address *:443
secure 1
enableSpdy 0
}
if I write in the listener conf then it should be assigned to all Vhost?
or shall I have to write this rule in all Vhost
hi
i have set ALPN to none in my ssl listener so but my domain getting http/2
listener SSL {
address *:443
secure 1
enableSpdy 0
}
I want to set this config to my all SSL Vhost.
is this possible or should I have to add this in all Vhost
hi
I want to add force HTTPS redirect in vhost without using web admin because my web admin is open in read-only mode.
is there any way to force HTTPS redirect like we do in apache Redirect permanent / https://domain.com/
I have added this in my vhost but it does not work
rewrite {...