Hi guysm
I just found an excellent web gallery script using Flash and PHP, but it uses .ini files which can be seen by anyone.
Is there a way to block anyone from seeing this, but still allow the scripts to run :dunno: ? (Using .htaccess).
Printable View
Hi guysm
I just found an excellent web gallery script using Flash and PHP, but it uses .ini files which can be seen by anyone.
Is there a way to block anyone from seeing this, but still allow the scripts to run :dunno: ? (Using .htaccess).
Try this,
Code:<Files ~ "^.*\.([Ii][Nn][Ii])">
Order allow,deny
Deny from all
Satisfy All
</Files>