Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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?

    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)

    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)

    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.

    Thread Starter talondale

    (@talondale)

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

    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.

Viewing 6 replies - 1 through 6 (of 6 total)