Date: 01/23/00
- Next message: Alexander Aulbach: "Re: [PHPLIB] Prevent user access to *.inc?????"
- Previous message: Chris Johnson: "RE: [PHPLIB] passing variables & hiding"
- Maybe in reply to: badmanhk <email protected>: "[PHPLIB] Prevent user access to *.inc?????"
- Next in thread: Alexander Aulbach: "Re: [PHPLIB] Prevent user access to *.inc?????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Alexander Aulbach: "Re: [PHPLIB] Prevent user access to *.inc?????"
- Previous message: Chris Johnson: "RE: [PHPLIB] passing variables & hiding"
- Maybe in reply to: badmanhk <email protected>: "[PHPLIB] Prevent user access to *.inc?????"
- Next in thread: Alexander Aulbach: "Re: [PHPLIB] Prevent user access to *.inc?????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

