• Hello,

    I’m running 3.0 , and my permalink structure is set to /%category%/%postname%/

    my httpd.ini files looks like this:

    [ISAPI_Rewrite]
    
    # For file-based wordpress content (i.e. theme, admin, etc.)
    RewriteRule /wp-(.*) /wp-$1 [L]
    
    # For normal wordpress content, via index.php
    RewriteRule ^/$ /index.php [L]
    RewriteRule /(.*) /index.php\?$1 [L]

    Now all pages work fine, and the category also (/category/subcat/postname) , but when I try /category/page/2 it returns a 404 error (and yes there is a 2nd page) .. also when using a translation plugin , /en/ also returns a 404 , anyone have any suggestions?

    server is running IIS

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘/page/2 not working under IIS (ASAPI rewrite with httpd.ini)’ is closed to new replies.