• Resolved inventright

    (@inventright)


    Hi, I upgraded to 2.7 today and have a little glitch. I have WP running in a folder on my site and am using Server Side Includes on the pages on my main site. So my htaccess file has a redirect to send all html files to shtml in order for my main site to work properly.

    To make a long story short I put in a index.shtml file in my WP folder that redirected it to the index.php file. It was working fine under WP 2.6 but when I upgraded to 2.7 everything stopped working. After removing the forwarding page my blog comes up but gives me a 404 Error on the front page. If I click on a category it lists my posts but nothing on the front page.

    Is there something I need to add to the htaccess file in the WP directory to make this work? Please take a look at the blog: https://www.inventright.com/blogs and let me know if anyone has a suggestion.

Viewing 1 replies (of 1 total)
  • Thread Starter inventright

    (@inventright)

    Fixed it. I had to change remove the redirect in the htaccess file.

    Found this:
    Options +Includes
    AddType text/html shtml
    AddHandler server-parsed shtml

    And used it instead. Works fine now.

Viewing 1 replies (of 1 total)
  • The topic ‘404 Error – No Posts On Front Page – HELP!!’ is closed to new replies.