Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Almost there


Miisl

Recommended Posts

Hi guys,

 

I have download osCommerce and managed to get it working / configured. I have uploaded it to my provider's server were I host my website. Now how do I get the index.html to redirect to the /catalog/index.php ?

Link to comment
Share on other sites

Here's a sample index.html that does a redirect in zero seconds, which should be invisible to the user. It also provides a link to click, just in case the visitor's browser is weird and ignores the redirect:

 

<html><head><title>Welcome</title>

<meta http-equiv="refresh" content="0;url=http://example.com/catalog/index.php">

</head>

<body bgcolor="#CFCFCF">

<h1>Welcome to ExampleCo</h1>

<a href="http://example.com/catalog/index.php">Enter</a>

</body>/html>

 

HTH

Tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...