• Resolved inhib

    (@inhib)


    Hello,

    I’ve just updated my server from apache 2.2 to apache 2.4.1, and permalinks do not work anymore ! I can see my homepage, but all my other pages return a 404 error. I have triple checked in httpd.conf and mod_rewrite IS activated. .htaccess is correct too.
    I have tried to use a fresh wordpress installation, and same problem.

    Can anybody give me a piece of advice ?

    Many thanks
    Fred

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have triple checked in httpd.conf and mod_rewrite IS activated

    Do you have AllowOveride All in your http.conf file for your WordPress directory? Give that a try if you don’t.

    Thread Starter inhib

    (@inhib)

    Thanks !
    I have it in my apache 2.2 conf file but not in apache 2.4
    New problem, now I have an error 500 if I set AllowOveride to All .

    jevets

    (@jevets)

    It’s AllowOverride with two ‘r’s.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    New problem, now I have an error 500 if I set AllowOveride to All .

    That’s not good! Where did you put that AllowOveride? I put mine in my the conf file like so

    <Directory />
          Options -Indexes
          AllowOverride All
    </Directory>
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It’s AllowOverride with two ‘r’s.

    Ah, that will do it. Sorry for the typo. 😉

    Thread Starter inhib

    (@inhib)

    Hi ! many thanks for your help everything is working now. Don’t know why but I had a redirection in a bad folder, so I moved the right folder to the right place, everything seems to be okay now 🙂

    thanks a lot again !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Permalinks and Apache 2.4’ is closed to new replies.