LOL.
Trent,
Thanks man!
Looks like I need a lesson in reading directions.
Crap, no longer resolved. Try clicking one of the links – is there something I need to add to the .htaccess rule?
RESOLVED:
Simply change .htaccess to following.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/forums
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I know I had done this before. I just couldn’t remember what I had done.
This issue was resolved. There was an issue with the application, not WordPress.