Skip to:
Content
Pages
Categories
Search
Top
Bottom

Rewrite issues / Page not found


  • Brent Allison
    Participant

    @brentallison

    I have just installed WordPress 2.9.2 and BP 1.2.3. I am running the site on IIS 5.1 with ISAPI_Rewrite v 3.

    My url looks like this:

    http://localhost/wordpress

    My permalink structure looks like this:

    /%category%/%postname%/

    My httpd.conf file (required for the lite version of ISAPI_Rewrite 3) looks like this:

    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]

    The home page and default about page display correctly, but when attempting to go to: http://localhost/wordpress/activity/ or any other BP url for that matter I get the friendly Page Not Found message. At least it is not the ugly 404 one. I have searched and racked my brain to no end. Does anyone have an idea of what I need to change? Thanks in advance.

    Brent

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Rewrite issues / Page not found’ is closed to new replies.
Skip to toolbar