How to allow access to the folder only one SP address? Registered in .htaccess
order allow deny deny from all allow from 192.126.12.199
That's all right, but does not allow anyone to enter the folder, even the owner of Ip 192.126.12.199. It infuriates me! All the documentation do, please help. Constantly with this thing crap.
UPD: It turned out that the syntax is not correct anywhere. Found the right one:
Order Deny,Allow Deny from all Allow from 192.126.12.199