[wp-trac] [WordPress Trac] #5516: Pretty permalinks redirect to
main page after upgrade to 2.3.1
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 23 18:51:27 GMT 2007
#5516: Pretty permalinks redirect to main page after upgrade to 2.3.1
-------------------------+--------------------------------------------------
Reporter: johnmiedema | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version: 2.3.1
Severity: normal | Keywords: permalinks
-------------------------+--------------------------------------------------
When I click on a pretty permalink, the individual post is not displayed,
instead the main page is shown. This is also true when clicking on page
links. Everything works fine with the default ugly links. I have just
upgraded from 2.0 to 2.3.1.
This is my site: http://johnmiedema.ca/.
I have searched support. I do not get 404 errors, and I do see any styling
problems. I have no problems updating my .htaccess file. It looks like
this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
--
Ticket URL: <http://trac.wordpress.org/ticket/5516>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list