ToXxX Posted October 21, 2012 Share Posted October 21, 2012 A simple question: Is there a way to allow access to backoffice only from an specific ip? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 22, 2012 Share Posted October 22, 2012 Is there a way to allow access to backoffice only from an specific ip? Assuming you are using Apache (similar exist for other servers) and your hosting co allows local .htaccess files, create a .htaccess file with the content below and add it to your, possibly renamed, PS admin directory: Order Allow, Deny Allow from allowed_IP_address_or range This is only one way, you could also implement HTTP basic authentication, but assuming you have a static IP, above will suffice. Marty Shue Link to comment Share on other sites More sharing options...
Cloudberry Posted March 29, 2015 Share Posted March 29, 2015 So I went into my admin-directory from my ftp and wroteOrder Allow, DenyAllow from 1**.1**.*.**named the file .htaccess and put it in my adminfolder on the FTP.I still can't reach the website.. what am I doing wrong ? Link to comment Share on other sites More sharing options...
Recommended Posts