Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Blocking your site


JustinS

Recommended Posts

You could also put the site under .htaccess password protection, so you would need an ID and password (which only you would have) to access the store. The upside to this is that it doesn't involve modifying your store, protects against deep links directly to product pages, and it is guaranteed to work while you're messing with the store code. The downside to this is that it may not tell your customers what's going on, and when to come back to use the store again (you may be able to insert a prompt message). If your store is in /catalog rather than /, with a URL rewrite (.htaccess) to take visitors to your store, you could add an index.html file with a "temporarily closed" message (in addition to the password protection). Or, if you have a landing page with a link to your store, you could just disable the link (in addition to the password protection). If you made the mistake of installing your store into /, password protecting it would also prevent access to index.html, so you're not able to have a message.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...