grafiti4u Posted April 29, 2006 Posted April 29, 2006 How do I redirect my site, so when someone types in the common URL: http://www.bearessencecandles.com they automatically go directly to the new ecommerce site which is opens at this url: http://www.bearessencecandles.com/shop/index.php Thanks!
mtechama Posted April 29, 2006 Posted April 29, 2006 hello using your HTML editor or Front Page use your code page as fallows: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD> <BODY> Optional page text here. </BODY> </HTML> then save it as index.html or index.php then upload to the server Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Deskdirect Posted April 29, 2006 Posted April 29, 2006 How do I redirect my site, so when someone types in the common URL: http://www.bearessencecandles.com they automatically go directly to the new ecommerce site which is opens at this url: http://www.bearessencecandles.com/shop/index.php Thanks! This has worked for me in the past - create an index page (backup your original) and include this line in the head section: <meta http-equiv="Refresh" content="0; url=http://www.bearessencecandles.com/shop/index.php/">
grafiti4u Posted April 29, 2006 Author Posted April 29, 2006 This has worked for me in the past - create an index page (backup your original) and include this line in the head section:<meta http-equiv="Refresh" content="0; url=http://www.bearessencecandles.com/shop/index.php/"> Thanks everyone - that did the trick! Finally something easy! Kristi
spax Posted April 30, 2006 Posted April 30, 2006 That will do it but it is no good for search engines. You'd be much better off moving your store to root level.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.