I have a secure site (.htaccess = Deny from all) that I want to allow certain people access to
However, they are using mobile laptops and have dynamics IPs allocated to them by the ISP
So, I downloaded no-ip client which should give them a host which can resolve to an IP.
However, when I put
Allow from xxx.no-ip.org in the .htaccess file, I still get the forbidden page.
I have other fixed IP locations allowed - and working - and I have tested that xxx.no-ip.org resolves to the IP I want by using http://www.webyield.net/ipa.php.
Any ideas what I am doing wrong here?