Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 error under windows8 with both apache and iis

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

  • @mercime
    Keymaster

    @mercime

    So do you mean that those uri’s to member’s profile page are the only ones getting 404 errors?


    chanchunghoi
    Participant

    @chanchunghoi

    not only member’s profile, all buddypress extra link got problem. On linux system, the URL rewrite is handled by .htaccess, but on windows system, URL rewrite never work for buddypress.


    chanchunghoi
    Participant

    @chanchunghoi

    fixed for apache!

    reference:enable-htaccess-and-url-rewriting-in-apache-for-windows

    change the httpd.conf
    1. Under “<directory XXX></directory>” section, change the line “AllowOverride None” to “AllowOverride All”.

    2.Change the line “AccessFileName .htaccess” to “AccessFileName htaccess”. This is because in Windows, we can’t have a file with filename that starts with a dot.

    3. Change the filename .htaccess to htaccess


    chanchunghoi
    Participant

    @chanchunghoi

    fixed for iis7!

    1. install url rewrite 2.0 from microsoft

    2.in iis manager>URL rewrite, import the .htaccess rules

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 error under windows8 with both apache and iis’ is closed to new replies.
Skip to toolbar