• I accidentally uploaded a site my wife made in iWeb to the wrong folder on my server, and when I went to delete it I must have accidentally deleted whatever file makes the front page of my blog work. All of my posts are still there, but it isn’t treating the front page like a blog (this isn’t a static page vs. blog page issue).

    index.php is still in the right folder, as is index.html. Does anyone know what I might have done that messed this up?

    Any help would be greatly appreciated!

    You can see at http://www.youngandfrugal.com. All the archives and all the posts are still there, but the front page is messed up.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Why is your site redirecting to Home.html?

    Thread Starter dpbowen

    (@dpbowen)

    I don’t know! I thought that was weird too!

    How do I change that?

    Thread Starter dpbowen

    (@dpbowen)

    OK, I have no idea why it’s redirecting to /home.html

    Any advice?

    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Home.html" /></head><body></body></html>

    If you hit the stop button before the page loads you can see the source..

    Which low and behold has a meta refresh redirect.

    Thread Starter dpbowen

    (@dpbowen)

    Thanks, I finally got it figured out. When I loaded the iweb site into the wrong folder, then deleted it, I deleted the wrong index.html. The default for iweb is to redirect it to /home.html (weird).

    All I had to do was delete the index.html file and the index.php took over and set everything straight again.

    Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Front Page not working correctly’ is closed to new replies.