SignTorch,
One question on your suggestion: If I took that approach, would it be necessary to do a re-direct since my url would no longer be www.mydomain.com, but www.mydomain/store.com?
Please advise.
Thanks Again,
Phil
Printable View
SignTorch,
One question on your suggestion: If I took that approach, would it be necessary to do a re-direct since my url would no longer be www.mydomain.com, but www.mydomain/store.com?
Please advise.
Thanks Again,
Phil
you can use something like this in an .htacess in your public_html to accomplish what SignTorch is talking about
Code:RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ store [L]
I know I'm "late to the party":blush:, but if you want to fully test your v1.5.4 store's operation (including SSL-based pages) the easiest way is to install your upgrade in a sub-directory of the current site. That way, it inherits your current site's SSL credentials so that you can validate proper operations during the account-creation, login and checkout processes.
Hey barco57....Thanks for the response....I have used re-direct before by editing the .htaccess file and it worked just fine, but I was hoping to be able to use something that doesn't slow down my website speed, even a little bit. But thanks for suggestion!
lat9......I have been on the fence as to which approach is the better of the two, but your comment regarding inheriting the SSL credentials is a very cogent one. I had been wondering about that aspect of testing (along with other enhancement/plug-in stuff) in the back of my mind and now you have very nicely clarified it for me. I am now tipped toward the sub-directory of the current site approach.
Thank You!
Phil
I'm finally back after upgrading to 1.5.4 and going live. lol I used to prefer my test site to be a different subdomain as I could get all my configure settings set and then just change the subdomain. However I was using a shared SSL certificate. This time however I have a private SSL and found the exact problem lat9 mentioned about not being able to fully test. Therefore I would suggest if you are going to learn this learn the way he is suggesting instead of having to relearn this process as your store become larger and more complex.