02-26-2008, 09:59 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
I do a similar things to protect my PHP library / includes folder. I have a .htaccess file in each folder I want protected with:
In it. If a user tries directly access any file in that folder, they get a 403 Forbidden error.
Alan
|
|
|