domreg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingI 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 PluginForum: Fixing WordPress
In reply to: Article Permalinks Not WorkingNothing I try is working…bump.
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingBump
Forum: Fixing WordPress
In reply to: Article Permalinks Not Working@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.
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingBump
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingWe think it may be trying to access /blog/blog/index.php — is this a possibility?
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingRewriteEngine 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.
Forum: Fixing WordPress
In reply to: Article Permalinks Not WorkingHaven’t been able to figure this out yet. Has anyone ran into similar problems?
Forum: Fixing WordPress
In reply to: Rewrites not working for everythingCustom category links are working correctly:
http://www.centuryhouseinc.com/blog/topics/century-houseBut nothing else…and I’m using the included WordPress “pattern” of “/%year%/%monthnum%/%postname%/”
Forum: Fixing WordPress
In reply to: Rewrites not working for everythingI did mean permalinks, but I’ve also tried using the few default ones WordPress has set up (/%year%/%month%/%day%/%post_name%) and those did not work either.
The only thing that works 100% is using the ?p=##
My rewrites are working for categories, but nothing for the posts.
Forum: Fixing WordPress
In reply to: Rewrites not working for everythingAnyone know whats going on?