Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Redirecting to the e-commerce page


grafiti4u

Recommended Posts

Posted

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!

Posted
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/">

Posted
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

Posted

That will do it but it is no good for search engines. You'd be much better off moving your store to root level.

Archived

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

×
×
  • Create New...