Recent content by gamingtips

  1. G

    Rewrite not working!

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

    Rewrite not working!

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

    Rewrite not working!

    How to write RewriteCond expr "-R '114.147.71.22/24'" by using "RewriteCond %{REMOTE_ADDR}"
  4. 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