• Resolved johanl

    (@johanl)


    Hello!
    I have a problem with permalinks for blog posts.

    Blog post is shown on the blog page but clicking the permalink results in a page with the following content.

    XSym 0009 828e0013b8f3bc1bb22b4f57172b019d index.php

    See example on:
    https://www.rbarkitektur.se/nyheter-news/
    https://www.rbarkitektur.se/2008/05/31/ny-webbplats/

    Permalinks work without problems for pages
    Any ideas?

    best regards Johan

    .htaccess:

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

    PS: It’s a WordPress 2.5.1 blog that’s been upgraded from 2.3.1 with the “Automatic Upgrade Plugin”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter johanl

    (@johanl)

    Sorry, this is not a permalink problem it’s a general blog post problem.

    Problem is still there even if I set Permalink Structure to “Default”.

    Blog posts are shown on news page but clicking an individual blog post link results in the garbage page.

    /johan

    Thread Starter johanl

    (@johanl)

    Sorry once again…

    The only garbage was behind the keyboard.

    If single.php contains garbage, it shows garbage, not posts…

    /johan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog post link opens page with garbage’ is closed to new replies.