Recent content by KRV

  1. KRV

    How restrict access to URLs with some special characters?

    Solution: RewriteCond %{THE_REQUEST} \~ RewriteRule .* - [R=404] RewriteCond %{THE_REQUEST} \' RewriteRule .* - [R=404]
  2. KRV

    How restrict access to URLs with some special characters?

    I want to restrict access to URLs, which contain special characters ~ and '. For example: domain.com/blog~ domain.com/blog' domain.com/blog/article~~~~~~~ domain.com/blog/article'''''''''''''''''''' What is the best solution to implement this on OpenLiteSpeed server? The main task is to...
  3. KRV

    Where is HSTS setting in OpenLiteSpeed web admin panel?

    Tell please how add Strict-Transport-Security HTTP-Header only for 443?
  4. KRV

    HSTS - Strict-Transport-Security & Preload (& HTTPS / SSL HEADER ONLY)

    Can you provide more detail? When i create new virtual host i dont see option for mapping to 443.
  5. KRV

    How to make some redirect

    I see the same on other websites on OLS. Maybe its something bug?? Example double URLs (with dot and without dot) on websites used OLS https://www.plesk.com/content-managers/ https://www.plesk.com/.content-managers/ https://админ.в-пути.рф/странный-яндекс/...
  6. KRV

    How to make some redirect

    I have problem: the URL-address on my website is available at two URLs: example.com/seo/ and example.com/.seo/ Please tell me how to make a redirect in Webadmin Console, that do automatic redirect from /.seo/ to /seo/ At the moment I can't understand why these doubles exist and how to find a...
  7. KRV

    Does not work .htaccess redirect from IP address to domain

    Problem solved. I was mapped only SSL listener. Now, i mapped default too and all successfully works. Thank you, lsqtwrk
  8. KRV

    Does not work .htaccess redirect from IP address to domain

    Thanks, i added '*'. Now the redirect to domain works only from https://ip - without any changes to .htaccess... But still doesn't work from http://ip
  9. KRV

    Does not work .htaccess redirect from IP address to domain

    already restarted. but nothing changes... i think, something blocked rewrite rules. maybe, LS Cache plugin for WP.
  10. KRV

    Does not work .htaccess redirect from IP address to domain

    Hi! I have some problem with .htaccess redirect. I use CyberPanel with OLS as web-server + CMS Wordpress (Litespeed Cache plugin enabled). I want do IP canonicalization: create redirect from IP address web-server to main domain. I already added in .htaccess file rewrite rules...
Top