Support » Plugin: Category pagination fix » Plugin working on Local but not on live server

  • I’ve used this plugin to fix the 404 pagination issue. I have a local and live install of the site I’m working on. The fix worked perfectly on my local install but not on the live one. Both are identical so I’m confused as to what might be the cause.

    Do you need to re-save permalinks after installing the plugin?

    The mod_rewrite rules in the live .htaccess file are as follows:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thanks!
    Nick

    http://wordpress.org/plugins/category-pagination-fix/

  • The topic ‘Plugin working on Local but not on live server’ is closed to new replies.