Hi,
I have installed Apache2 (2.0.52) on linux. I have a following problem:
There are a set of pages that I want them to be accessed by users the following way:
1) If a user tries to access these pages directly, they would be forbidden.
1) If the Apache2 redirects (using RedirectMatch directive) the user to these pages, they would NOT be forbidden.
How can I do this rather simply?
Thanks,
Gil Shai