
09-10-2012, 05:34 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
Quote:
Originally Posted by Naz
|
%
Context is available at Virtual Host level (i.e., for native LSWS vhost).
For Apache vhost, create a rewrite rule to block the URI such as
Quote:
RewriteCond %{REQUEST_URI} /url/pattern
RewriteRule .* - [F,L]
|
|