Advice please.
I have a php application in a folder on my site. I do not have the option to move it elsewhere.
I am trying to work out the best way of setting up the .htaccess file in Htaccess maker.
I can either "Allow direct access, including .php files, to these directories" for the whole folder
or
under "Allow direct access to these files" I can list all of the 9 files required for this to work
Note that there is a subfolder of this application that has its own .htaccess with contents deny from all, where generated certificates are held
Which do you think is the best method in terms of both speed and security or doesn't it matter?
Thanks,
Helen