Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Homepage only showing "What's New"


linnellej

Recommended Posts

Posted

When I type in my website into the brwoser: www.trademarkfashions.com it only shows the "what's new items". But if I type in www.trademarkfashions.com/index.php the whole homepage shows up correctly.

 

Is there any way to make it so when people type in the website it automaticaly adds the /index.php at the end, this would solve the issue.

Posted

When I type in my website into the brwoser: www.trademarkfashions.com it only shows the "what's new items". But if I type in www.trademarkfashions.com/index.php the whole homepage shows up correctly.

 

Is there any way to make it so when people type in the website it automaticaly adds the /index.php at the end, this would solve the issue.

 

Create an "index.html" with this in it:

 

<html>

<head>

<meta http-equiv="REFRESH" content="0;url=http://www.trademarkfashions.com/index.php">

</head>

</html>

Posted

What file will I find <head> and </head>? I'm very new to this but thanks for your help.

Sorry, I goofed. I edited my original. I'm too used to straight HTML files! ;-)

Archived

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

×
×
  • Create New...