Search results

  1. O

    .htaccess rewrite rule doesn't work on OLS with cyberpanel

    I am trying to get this rewrite rule working on OpenLiteSpeed Server with Cyberpanel. <IfModule mod_rewrite.c> RewriteCond %{HTTP_REFERER} abc.com [NC] RewriteRule ^/?download/(.*) https://abc.com/ [R=301,L,NC] </IfModule> Please help.
Top