Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 1998 13:16:57 +0200 (EET)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        questions@FreeBSD.ORG (FreeBSD Questions)
Subject:   Apache .htaccess files protection
Message-ID:  <199803261116.NAA17102@relay.ucb.crimea.ua>

next in thread | raw e-mail | index | archive | help
Hi!

I want to protect .htaccess files from being reading by clients.
The solution I found is:

<Files .htaccess>
order allow,deny
deny from all
</Files>

Any other solutions?

Regards,
--
Ruslan Ermilov          System Administrator
ru@ucb.crimea.ua        United Commercial Bank
+380-652-247647         Simferopol, Crimea
2426679                 ICQ Network, UIN

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803261116.NAA17102>