Derek Posted August 3, 2009 Share Posted August 3, 2009 Hello WHMCS, Is there a way I can allow only certain IPs to login to the WHMCS admin area ? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted August 3, 2009 Share Posted August 3, 2009 You could use the htaccess file in the directory to only allow certain IP addresses. 0 Quote Link to comment Share on other sites More sharing options...
Derek Posted August 3, 2009 Author Share Posted August 3, 2009 You could use the htaccess file in the directory to only allow certain IP addresses. ok, anyone else have any other ideas ? 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted August 3, 2009 Share Posted August 3, 2009 or even how to accomplish that type of htaccess deal 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted August 4, 2009 Share Posted August 4, 2009 order deny, allow deny from all allow from xx.xx.xx.xx 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted August 4, 2009 Share Posted August 4, 2009 http://forum.whmcs.com/showthread.php?t=22237 0 Quote Link to comment Share on other sites More sharing options...
IPH - Tim Posted August 5, 2009 Share Posted August 5, 2009 order deny, allow deny from all allow from xx.xx.xx.xx If you have a dynamic ip address, its probably not the best idea. Just a heads up 0 Quote Link to comment Share on other sites More sharing options...
ravi_9793 Posted August 5, 2009 Share Posted August 5, 2009 If you have a dynamic ip address, its probably not the best idea. Just a heads up you can use this for dynamic IP also. like deny from all allow from 122.56. ## me DSL 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.