My site is under development. I’d like to use the Access Restrictions addon to allow my developers to access the storefront without using the “store_access_key” method. Is it possible to configure the “Store access” panel so that only visitors from my IP can see the storefront?
Glen
Edit your .htaccess file and add this to the very top
order deny,allow
deny from all
allow from 888.888.888.888
allow from 999.999.999.999
allow from 000.000.000.000
Where the numbers are the IP Addresses you want to access.
Thanks, that’s a simple and effective solution!
Glen
FYI - according to Tech Support, there is no combination of wildcards that will achieve this with the “Store access” addon.
Glen