In Magento I have added my IP to exclusion list in the .htaccess., however I still see 403 Forbidden page when I load the site. But if I change to "allow from all" the page loads fine.
order deny,allow
deny from all
allow from 111.222.333.44
Assume 111.222.333.44 is my IP
Why my IP is not recognized ?
Appreciate all responses.