• Resolved barkoq

    (@barkoq)


    here my htaccess

    # 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>

    # END WordPress

    and here is my archives.php

    [Code moderated as per the Forum Rules. Please use the pastebin]

    where is the problem?
    i do use custom premalinks and cant go to defaults for seo reasons

Viewing 11 replies - 1 through 11 (of 11 total)
  • Can i have a look at your site?

    Thread Starter barkoq

    (@barkoq)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter barkoq

    (@barkoq)

    i did that and it still didnt work.

    Thread Starter barkoq

    (@barkoq)

    just a clarification, the pagination problem is on the category pages(archives.php)

    Can we see your site using the Twenty Eleven theme and all plugins deactivated, please?

    Thread Starter barkoq

    (@barkoq)

    this is live site, i cant leave it without plugins for long

    Thread Starter barkoq

    (@barkoq)

    ok, i have found that one plugin is causing this.
    how to fix it now?
    its my own plugin.

    Since this is a custom plugin, we can’t really help at this stage. All I can suggest is that you try checking your server’s error logs for possible clues.

    Thread Starter barkoq

    (@barkoq)

    thanks, after checking again its not my plugin but the original “gocodes” plugin.

    Thread Starter barkoq

    (@barkoq)

    solved, the gocoeds plugin creates redirect links and in its setting you have to set the triger word to triger the redirect.

    that was set to “page”, it means that when this was in the url, it was trying to find the target url to follow via the redirect but there was nothing for that url in the databse so it was throwing homepage.

    thanks guys.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘pagination link redirect to homepage’ is closed to new replies.