Hi,
I have a quick question on 301 redirect, first a bit of background:
I'm sorry to say that I'm moving away from Miva Cart after nearly 7 years... I've enjoyed my time with Miva but lately declining sales have led me to find a less costly hosting/cart offer.
I have my new cart setup a new host/server, what I'm trying to do is setup 301 redirects on that new host that will tell any incoming calls for my old merchant.mvc to look at my new cart. From what I understand I need to do this on a product by product basis AND category by category.
It's not that huge of task as I only have 50 products and a handful of categories..
The problem I am encountering is making sure I have this right, as I have not yet pointed the DNS - though I have changed my HOSTS file on my local computer so I can access everything on my new server just fine.
So, I'm not sure if it's even possible to test this, before pointing DNS, and I would like to know if this looks right, can someone give me a 'yes' or 'no' please?
Here's the code I'm using (1 of these for each product):
Any thoughts? Is this remotely close to what I want to do? Can I test it now, before I point the DNS, or do I have to get the DNS pointed before it will work? When I try now I keep getting a message about trying to 'open' merchant.mvc - and asking me to save the file...
Thanks in advance,
-Brett
I have a quick question on 301 redirect, first a bit of background:
I'm sorry to say that I'm moving away from Miva Cart after nearly 7 years... I've enjoyed my time with Miva but lately declining sales have led me to find a less costly hosting/cart offer.
I have my new cart setup a new host/server, what I'm trying to do is setup 301 redirects on that new host that will tell any incoming calls for my old merchant.mvc to look at my new cart. From what I understand I need to do this on a product by product basis AND category by category.
It's not that huge of task as I only have 50 products and a handful of categories..
The problem I am encountering is making sure I have this right, as I have not yet pointed the DNS - though I have changed my HOSTS file on my local computer so I can access everything on my new server just fine.
So, I'm not sure if it's even possible to test this, before pointing DNS, and I would like to know if this looks right, can someone give me a 'yes' or 'no' please?
Here's the code I'm using (1 of these for each product):
Code:
Redirect 301 /Merchant2/merchant.mvc?Screen=PROD&Product_Code=MYPRODUCT1 http://www.mynewserver.com/mynewshop/index.php?l=product_detail&p=3
Thanks in advance,
-Brett
Comment