Search results

  1. G

    Rewrite not working!

    :) Thanks, now it works after upgrading
  2. G

    Rewrite not working!

    I just upgraded to the v1.8.2 and tested it again. but it seems still not working!
  3. G

    Rewrite not working!

    :) Thank you very much! Can't wait!
  4. G

    Rewrite not working!

    Thanks, that solution is a big pain. Do you know when it will be supported in OpenLiteSpeed ?
  5. G

    Rewrite not working!

    How to write RewriteCond expr "-R '114.147.71.22/24'" by using "RewriteCond %{REMOTE_ADDR}"
  6. G

    Rewrite not working!

    The following rewrite code works on Apache server but not on OLS server: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond expr "-R '114.147.71.22/24'" RewriteRule ^ - [F] </IfModule> Please help,. Thanks!
Top