Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • chanchunghoi
    Participant

    @chanchunghoi

    fixed for iis7!

    1. install url rewrite 2.0 from microsoft

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


    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

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar