Miisl Posted March 24, 2004 Share Posted March 24, 2004 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 More sharing options...
OceanRanch Posted March 24, 2004 Share Posted March 24, 2004 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 More sharing options...
Miisl Posted March 25, 2004 Author Share Posted March 25, 2004 Thank you Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.