Forums

Custom Permalinks breaking in WP 2.0 (2 posts)

  1. OperaManiac
    Member
    Posted 6 years ago #

    Upgraded: http://broadbandblog.in/

    The problem is that my custom permalink structure:
    /%post_id%/%postname%/
    is not working.

    I have tried deleting the old htaccess rules and doing them fresh. but post pages show nothing.

    http://broadbandblog.in/422/mobile-gaming/

    Any solutions?

  2. OperaManiac
    Member
    Posted 6 years ago #

    this is my .htaccess file now:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>

    # END WordPress

Topic Closed

This topic has been closed to new replies.

About this Topic