Forums

OD Links and .htaccess Problems (1 post)

  1. jaredaw
    Member
    Posted 2 years ago #

    Hello,

    I have OD Links installed and I use custom permalinks (/%category%/%postname%/).

    I'm having a 404 problem when using OD Links and I have come to the conclusion that it is a .htaccess problem.

    My current .htaccess file is as follows:

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

    And the link to my OD Links:

    http://www.schoolsanddegrees.com/blog/odlinks/

    Try clicking a category, you will get a 404 error message and a completely unrelated URL will be in the address bar.

    The solution on the author's site is vague and unclear as to what to do exactly to fix the problem.

    Any suggestions?

Topic Closed

This topic has been closed to new replies.

About this Topic