Comments on: A simple way to password protect your Magento store http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Laurie http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/comment-page-1/#comment-2184 Wed, 09 Mar 2011 03:55:49 +0000 http://www.aschroder.com/?p=242#comment-2184 I’m wondering how this site has progressed with HTTP auth applied.

In recent times I have protected the development version of two magento instances prior to live using this method.

I always run into issues… Such as:

Files referenced within CSS have full URL’s from the secure https url (if you have one in place) fail to authenticate breaking design.

Uploading product images fail due to Flash uploader.

Plus more…

Normally all of the problems disappear as soon as I disable the HTTP auth basic.

I’m interested to hear if this site function completely correctly and is still deployed within this context.

]]>
By: C.J. http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/comment-page-1/#comment-638 Tue, 27 Oct 2009 02:23:56 +0000 http://www.aschroder.com/?p=242#comment-638 I had the same problem as greg, though oddly it only asks for the auth repeatedly in firefox. safari and chrome work fine. Not the end of the world but it is weird

]]>
By: Greg http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/comment-page-1/#comment-385 Thu, 30 Jul 2009 22:08:25 +0000 http://www.aschroder.com/?p=242#comment-385 Hi,

I am using the multiple website setup with subdirectories and I have been successfull at protecting my subdirectory, but I am constantly prompted multiple times for the username/password as I navigate the store. For example, if I go from the root of my store ‘/store1/’ to the cart page ‘/store1/checkout/cart/’ I am prompted again. Why is this if I setup the authentication at my store’s root level?

]]>
By: Ashley http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/comment-page-1/#comment-168 Tue, 07 Apr 2009 23:22:03 +0000 http://www.aschroder.com/?p=242#comment-168 It is posible to only protect subdirectories – I assume the stores are
accessed as subdirecories? Or are they subdomains?

I had a great deal of trouble (and eventually gave up) trying to
‘unprotect’ a particular subdirectory. In reverse though it should be
easy, just only restrict access on a particular directory or
subdomain.

Let me know a bit more about your config and I could post a howto for it.

]]>
By: Kevin http://www.aschroder.com/2009/03/a-simple-way-to-password-protect-your-magento-store/comment-page-1/#comment-167 Tue, 07 Apr 2009 23:09:37 +0000 http://www.aschroder.com/?p=242#comment-167 Do you know if there is way to password protect a single store within a web site?

For example, if we have the following structure

Website
– Public Store
—- English Store View
—- French Store View
– Private Store
—- English Store View
—- French Store View

Is there a way to force password access to Private Store?

The problem we’re trying to solve is that we want certain products to be available only to a select group (redirected from another web site). The solution (a bit of a hack) is to set up those products only in the Private Store. We’d like to limit access to Private Store to those who have been given a username/password combination.

Any ideas?

]]>