• I have a website that was setup and working fine. Last night I installed the WP super cache and changed permalinks to “pretty”. Everything continued to work fine for several hours. In the morning I got the “Not Found
    Sorry, but you are looking for something that isn’t here.”
    message on the frontpage. I’ve done searches for things that may have caused this and disabled WP Super Cache and restored default permalinks and neither solution seems to work. Any other ideas?

Viewing 9 replies - 1 through 9 (of 9 total)
  • I would say that the permalinks are faulty, but you need to check you .htaccess file for that.

    The problem also might be where you have reading options: your home page/ your blog page.

    Thread Starter talondale

    (@talondale)

    Well my .htaccess at the root of public_html says:

    RewriteEngine on
    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName .*mydomain*
    AuthUserFile /home/*something*/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/*something*/public_html/_vti_pvt/service.grp

    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^https://.*mydomain*/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://.*mydomain*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.*mydomain*/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.*mydomain*$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]

    Reading Settings are setup “Frontpage displays your latest posts”

    Also there are posts and they appear on the sidemenu and can be individually viewed, just not on the frontpage.

    Thread Starter talondale

    (@talondale)

    I checked my backups and .htaccess is the same as before I made all my changes.

    Interesting, but I can’t see in your .htaccess file, the code that WordPress insert when you change permalinks.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    this should be generated automatically when you press update permalinks in control panel.

    Thread Starter talondale

    (@talondale)

    Well, I had disabled the permalinks back to default to see if that fixed the problem. It didn’t. So I assume it had removed that portion of code on reverting back.

    Make sure that your host has not changed anything from server end as well also make sure that there is no file missing. Check your web site error to find possible missing file.

    Thread Starter talondale

    (@talondale)

    Just to clarify I have my blog under a different directory then my root. So my blog is at /*mydomain*/blog. The .htaccess file under that directory, when I enable permalinks, does, in fact, have the code fldtrace mentioned. I’m going through my backup files trying to find the differences to see what is wrong. Where do I find any error logs that may help me out?

    Thread Starter talondale

    (@talondale)

    Ok, we’ve found the problem. If we categorize our posts they don’t show up on the frontpage. If they are uncategorized they reappear. If we make the posts categorized then they disappear again.

    Thread Starter talondale

    (@talondale)

    Well I thought this issue was resolved but our posts disappeared again today. To get them back we had to change the category of all the posts from uncategorized to one of the categories (or all of them EXCEPT uncategorized). Checking uncategorized made them disappear. What is going on?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘“Not Found” on frontpage’ is closed to new replies.