
03-08-2012, 11:43 AM
|
|
Senior Member
|
|
Join Date: Feb 2010
Posts: 121
|
|
Quote:
Originally Posted by mistwang
That configuration is ignored by LiteSpeed for the sake of performance.
you can block access to those files with a rewrite rule or security rule.
if it is a security threaten, just disable PHP error logging to that file, everything should be Apache log file and user can access those errors from cpanel.
|
Are you sure? This one works:
<Files ~ "^spam.html$">
Order allow,deny
Deny from all
Satisfy All
</Files>
Why wouldn't error_log not work?
|