Thread Starter
domreg
(@domreg)
Haven’t been able to figure this out yet. Has anyone ran into similar problems?
What is in your .htaccess file?
Thread Starter
domreg
(@domreg)
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
I thought it had something to do with the paths at first, but I changed them around a bit and nothing did the trick there either.
Also, that was the code generated by WordPress.
Add the following to the top of the .htaccess.
Options +FollowSymlinks
Thread Starter
domreg
(@domreg)
We think it may be trying to access /blog/blog/index.php — is this a possibility?
Thread Starter
domreg
(@domreg)
@webjunk – Sorry, I completely missed your post. Thanks for replying but it doesn’t look like that fixed it. Mod Rewrite is working for the category pages (although generating an incorrect url) and it looks like everything is being correctly redirected back to the index.php page.
Thread Starter
domreg
(@domreg)
Nothing I try is working…bump.
What plugins do you have?
Thread Starter
domreg
(@domreg)
I have the following plugins installed:
All in One SEO Pack
Different Posts Per Page
FD Feedburner Plugin
Google Analyticator 4.1.1
Google XML Sitemaps 3.1.2
Role Scoper 1.0.3.4
Transpose Email 1.2
Twitter Tools 1.6
wp-cache 2.1.2
WP-Polls 2.40
WP-Polls Widget 2.40
WP-SpamFree 2.0.1.1
Yet Another Related Posts Plugin
First try deleting your .htaccess file and then go into wp-admin and reset your permalinks. If that does not fix it then deactivate each of your plugins (won’t affect your data) as they could cause it. Woukld first start with the Different Posts Per Page plugin but could be others.