Ceon, thanks for this amazing add-on. I haven't installed it yet. I am trying to be careful when modifying something in an operational website, so I have a question that will help me plan accordingly:

In step 4 you instruct to "Add the Rewrite Rules to Apache". Now, in my webhost there is only one .htaccess in ~/public_html but I actually have two stores:
  1. ~/public_html/store - the operational store exposed to the world.
  2. ~/public_html/test-store - where I test dangerous changes before applying them to the operational store.

My questions is how do I apply step 4 to the test-store only without affecting the operational store?

Thanks.