is there any other way to deny php files
Posted
by moustafa
on Server Fault
See other posts from Server Fault
or by moustafa
Published on 2010-01-08T12:06:19Z
Indexed on
2010/04/20
14:03 UTC
Read the original article
Hit count: 283
and this
<IfModule !mod_php5.c>
<FilesMatch "\.php$">
Order allow,deny
Deny from all
Allow from none
</FilesMatch>
</IfModule>
now i cant know mod_php5.c name becuase iam is not the server owner me is just have small host now is there any other way to do that this man i want deny access php file when the php is no longer here
© Server Fault or respective owner