linnellej Posted June 9, 2010 Share 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. Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2010 Share 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> Link to comment Share on other sites More sharing options...
linnellej Posted June 9, 2010 Author Share Posted June 9, 2010 What file will I find <head> and </head>? I'm very new to this but thanks for your help. Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2010 Share 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! ;-) Link to comment Share on other sites More sharing options...
linnellej Posted June 10, 2010 Author Share Posted June 10, 2010 thank you so much, this worked! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.