linnellej Posted June 9, 2010 Posted June 9, 2010 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.
Guest Posted June 9, 2010 Posted June 9, 2010 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>
linnellej Posted June 9, 2010 Author Posted June 9, 2010 What file will I find <head> and </head>? I'm very new to this but thanks for your help.
Guest Posted June 9, 2010 Posted June 9, 2010 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! ;-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.