Permalinks broken, .htaccess modified, pages work, posts don’t.
-
Hello everyone,
I’m Arron and I own and run the iPhone-focused blog https://RazorianFly.com.
Yesterday I started to notice feedburner wasn’t updating my RSS feeds with the latest items. Then, later that day my WordPress permalinks simply stopped working.
As you can see from the site, the homepage looks fine, and pages work. But clicking through to any post on the site currently results on the post title, publish date, comments count and author being displayed, but no actual content.
Things I’ve Tried So Far:
[Update] Switching to default theme – Everything works.
– Backed up both the server’s database and WordPress contents from WP Dashboard
– Upgraded successfully to WordPress version 2.9.2
– Set permalinks to ‘Default’ under Settings > Permalinks, results in a ‘Not Found’ error.
– Changed .htaccess CHMOD to 666 and changed permalinks back to custom:
/%year%/%monthnum%/%day%/%postname%/ – results in post pages being blank– Deleted, changed and uploaded a modified version of .htaccess in /httpdocs/ to read:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
</IfModule># END WordPress
If anyone can provide any advice on what may be causing this issue, I would be eternally grateful.
Cheers,
Arron
- The topic ‘Permalinks broken, .htaccess modified, pages work, posts don’t.’ is closed to new replies.