Hey everyone.
The 'Preview' button under 'Edit Post' / 'Add New' is taking me to a 404 / page not found.
What's interesting is if I click Posts -> Edit, and then mouseover the same post in list view, and click Preview there, it works fine.
The difference is in the URL.
Edit Single Post view (wp-admin/post.php) -> Preview sends me to:
http://mysite.com/forum/preview-test.html?preview=true (404)
Whereas Edit Posts list view (wp-admin/edit.php) -> Preview sends me to:
http://mysite.com/?p=2229 (works as normal)
I do have pretty permalinks turned on and the top-level-cats plugin. I'm also using xcache on the server (in php, not as a wordpress plugin) to speed things up.
I have tried disabling all plugins, to no avail.
Any insight? Thanks a lot.