I'm new to apache... so be gentle with me guys :-)
I have used the following for denying access to a web folder with .htaccess:
order deny,allow deny from all I'm getting the "forbidden" page which is ok because I don't want web users, spiders or scrapers to access this folder.
But I am no longer able to access web folder though php script that I have written. I thought that the applications where an exception to this.
Any help would be greatly appreciated by this newbie...
Thx...