Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 error under windows8 with both apache and iis

  • @chanchunghoi

    Participant

    404 error occur when i click:

    http://DOMAIN/members/YOURNAME/

    I had tired both iis and apache with mod_rewrite, with fast-cgi setup, default buddypress theme, using the latest version, and read the threads here. Anyone can help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mercime

    Participant

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

    @chanchunghoi

    Participant

    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

    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

    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