marm Posted June 30, 2007 Share Posted June 30, 2007 I'm trying to block access to all my .txt files except robots.txt How can I block all except robots.txt ? <files ~ "\.(htalock|htaccess|htpasswd|txt)$"> order allow,deny deny from from all </files> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.