Hello Everyone,
I need your help please, using htaccess, I like to know how to deny access to an index.php file from all visitors except me. I have tried the following;
<files index.php>
order allow,deny
deny from all
</files>
That works denying all access to that file. I would like an exception for my IP.
Thanks in advance.