Re: [PHPLIB] Prevent user access to *.inc????? From: Tom Duffey (cortex <email protected>)
Date: 01/23/00

I place the following in my main Apache server configuration file to block
all access to '.inc' files:

<FilesMatch "\.inc$">
   Order allow,deny
   Deny from all
</FilesMatch>

You could probably use this in a .htaccess file if you do not administer
the server.

Tom Duffey

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.