Search results

  1. M

    Automatic language redirect with htaccess

    Hello. Please, help. How to implement a similar construction in openlitespeed? RewriteCond %{HTTP_HOST} .*la-combe.com [NC] RewriteCond %{HTTP:Accept-Language} ^nl [NC] RewriteRule ^$ http://%{HTTP_HOST}/ [L,R=301] RewriteCond %{HTTP_HOST} .*la-combe.com [NC] RewriteCond...
  2. M

    reverse proxy post application/x-www-form-urlencoded

    Hello, OpenLiteSpeed can't send post application/x-www-form-urlencoded request to backend server. How to solve a problem?
  3. M

    OpenLiteSpeed as proxy, Post request doesn't work

    Hello, I use OpenLiteSpeed as reverse proxy https://openlitespeed.org/kb/reverse-proxy-basics/ Method 1: Proxy with Context I need to receive notification is sent as an HTTP request to the address specified in the account settings, in the following format: method - POST; each notification...
Top