View Single Post
  #4  
Old 03-08-2012, 11:45 AM
CodyRo CodyRo is offline
New Member
 
Join Date: Mar 2011
Posts: 3
Quote:
Originally Posted by optize View Post
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?
He said it's explicitly ignored for performance.

@George what sort of performance hit is this really taking? In a shared environment it's usual to have PHP error logging enabled.

In the interim you could adjust the rule so it's not ignored. IE removing the $ regex or using a FilesMatch directory which appears to not be ignored.
__________________
Quality Shared and VPS Hosting
Hawk Host Inc. Proudly serving websites since 2004
Frog Host - Unlimited possibilities
PHP 5.2.x & PHP 5.3.x Support!
Reply With Quote