.htaccess "deny from" not preventing .php on Godaddy
This is weird, I test banned myself using"deny from 123.123.123.123" (whatever my ip was)
and It worked mostly, except I could still load/execute any .php files (not view their source of course)
I tried
"Order Deny,Allow"
and had nothing else in my .htaccess and it still lets me go to php files but forbids the rest. Odd... Can this be fixed?