• I am running a default stock install of 1.5 on the Apache/2.0.46 (Red Hat) Server. mod_rewrite is installed.

    I removed the existing .htaccess file that was generated by WP, then touched a new .htaccess file. Chmodded it to 666, owner as apache:apache

    I then went to the site admin page of WP.
    [by going to: Options > Permalinks > Structure]

    I set the permalinks stucture to be this:
    /%year%/%monthnum%/%day%/%postname%/

    WP successfully writes into the .htaccess file that I touched. Theres a ton of stuff now written into the once-blank file.

    I then visit the WP site however, and the LINKS to individual articles show up properly – but when it goes to the single article page or if I try to look at/make comments, I get 404 errors…

    Ideas? I have searched the forums – and all of the suggestions that were given are not working for me [editing the httpd.conf file, etc…]

    Thanks in advance – I’d like to get this working before I start using the site, and having people link to articles/use trackbacks…

Viewing 8 replies - 1 through 8 (of 8 total)
  • If you’re referring to your nerdtech.com site, it appears that the prettified links are not being used at all. Could you expand on this?

    I’m not sure why yours isn’t working, but thanks for posting the .htaccess setup. It helped me get mine up and running.

    Thanks again!

    Moderator James Huff

    (@macmanx)

    mod_rewrite may be installed, but is it enabled?

    Thread Starter nerdtech

    (@nerdtech)

    DianeV: Yeah, I reverted back to the default just so things continue to work. I set it back to the broken “beautified” permalinks. Check it now, and you will see.

    One of my server gurus suggested that it might be an Apache 2 problem, and had me add this to my .htaccess file:

    AcceptPathInfo On

    Still not working…

    And yes, as far as I know, mod_rewrite is up and running.

    Have you seen this Codex Page?

    I had an installation that did the same thing. The problem was obvious (but only in retrospect): AllowOverride.

    THANK YOU! I hadn’t run onto this file in the codex before (maybe – I’ve looked at so much stuff about this, but it didn’t look familiar). This is the first time that permalinks have worked for me, I’ve tried every other fix posted in the last month herein, and this finally got me set up.

    The problem for me was as I asked someone else once, “the right folder” for the .htaccess to live in. My host didn’t even get it right, which was why it wasn’t working. According to the codex, the .htaccess needs to live in the wp root folder, and my host thought it needed to be in the site root.

    mdawaffe, you’re a prince! Thanks again.

    :) Glad I could help. Good to hear your site is working!

    –Prince mdawaffe ;)

    Thread Starter nerdtech

    (@nerdtech)

    Turns out that my acct was not enabled for AllowOverride – once our lead admin on the server fixed that for me, its now working.

    Thanks, all!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Permalink problems’ is closed to new replies.