Forum Replies Created

Viewing 1 replies (of 1 total)
  • crazybanjo

    (@crazybanjo)

    Okay, please excuse my ignorance, but when you say the following, what, exactly, should I add to my .htaccess file?:

    Ok, the option Options FollowSymlinks was missing from the WP rewrite rules. Add it to the top if the htaccess file, inside the if statment. This fixed the problem for me .. I’m surprised no one mentioned this right away.

    I’m not seeing an if statement, only the following (continues on, but this is the start…)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ – [S=40]
    RewriteRule ^(114)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]

Viewing 1 replies (of 1 total)