is there any other way to deny php files
- by moustafa
see this
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