Forum Moderators: phranque
I have an htaccess file that I use to deny all traffic except for a few IP addresses. I had a user set up a no-ip static IP address and now I am trying to allow from username.no-ip.org but I can't get it to work.
If I allow from the ip address then the user is allowed access but when I try to change the ip address to the username.no-ip.org address the user is denied access.
Here is what I have
<Limit GET POST PUT>
order deny,allow
deny from all
# User 1
allow from username.no-ip.org
</Limit>
Any ideas why the user can't gain access using the no-ip.org address but can using an ip address? BTW, I can ping the no-ip.org address and obtain the correct IP address so that's not the problem.
Thanks