Re: [EMAIL PROTECTED] Problems restricting access to a file

2006-12-11 Thread Brian McNally
Nevermind, this was a problem with my browser caching data. -- Brian McNally On Dec 11, 2006, at 3:40 PM, Brian McNally wrote: Hello, I'm having some problems restricting access to a particular file using the following in my .htaccess file: order deny,allow deny from all

[EMAIL PROTECTED] Problems restricting access to a file

2006-12-11 Thread Brian McNally
Hello, I'm having some problems restricting access to a particular file using the following in my .htaccess file: order deny,allow deny from all allow from my.domain.com If it helps, I'm using Apache 2.0.46, and the particular page is hosted as a virtual host. W