• aveter

    (@aveter)


    Hello,

    I have the following problem with my WP2.7 blog:

    When I choose SettingPermalink and set Common settings to anything but default (say Day and Time), save changes and then preview my blog, clicking on title of any published article gives an error:

    Not Found

    The requested URL /2009/03/16/seo-fundamentals-off-page-optimisation/ was not found on this server.

    The same problem occurs with any posts published after activation of “Time and Date” (or any other non-default) permalink setting.

    If you know what could cause the problem, please let me know how I can fix it?

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Chris_K

    (@handysolo)

    Check Using_Permalinks for trouble-shooting tips.

    In particular, make sure that the .htaccess file is being created/updated when you change the Permalink settings.

    Thread Starter aveter

    (@aveter)

    Yes, .htaccess does exist and it’s updated from empty one:

    # BEGIN WordPress

    # END WordPress

    to this one:

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

    when I switch from default permalink setting to “Time and date” option.

    Is that the way you expect it to change?

    Thanks

    Thread Starter aveter

    (@aveter)

    The problem is still not solved. 🙁

    Chris_K

    (@handysolo)

    From the link I gave you earlier, what other troubleshooting tips have you tried?

    Can we assume you’re on a Linux host? If so, you might confirm with your host that mod_rewrite and AllowOverride are both on and enabled.

    Thread Starter aveter

    (@aveter)

    Chris_K,

    The problem solved.
    the mod_rewrite was not enabled.

    Thanks for your help! :-)))

    Chris_K

    (@handysolo)

    Glad to hear it 🙂

    b0502026

    (@b0502026)

    permalink not work help me

    Chris_K

    (@handysolo)

    Hi b0502026:

    Start by reading from the top of this page down.
    Read the links provided.
    Try the suggestions.

    THEN, let us know what you’ve done and tried and offer some details.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Permalinks not working, please help’ is closed to new replies.