Order Deny,Allow
allow from 123.132.123.132
allow from 123.132.123.133
Deny from all
This will effectively restrict access to the website (or a directory and subdirs) to only the above listed IPs. Request for any file coming from IP not listed there will get a 403 Permission Denied Error.
But with this settings in place, I'd like to make an exception for one file. In other words, one particular file, let's say "exception.html" should be available to any request from any IP unlike the other files.
Is this possible?
Thanks!
Tomas
Last edited by tomfra on Tue Feb 08, 2005 4:41 pm, edited 1 time in total.
Is it possible to use one Files directive section & list multiple different filenames? I am having difficulty with finding this info in the Apache manual...