[wp-trac] [WordPress Trac] #16736: Rewrite rules are generated inconsistently for custom taxonomies and /%category%/%postname% permalink structure

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 3 05:16:43 UTC 2011


#16736: Rewrite rules are generated inconsistently for custom taxonomies and
/%category%/%postname% permalink structure
-------------------------------+------------------------------
 Reporter:  valentinas         |       Owner:  scribu
     Type:  defect (bug)       |      Status:  reviewing
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Rewrite Rules      |     Version:  3.1
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by RyanMurphy):

 Replying to [comment:10 scribu]:
 > @RyanMurphy: Do pretty permalinks work at all? Make sure you have your
 .htaccess file.
 No, they don't.

 Using month and name, .htaccess is:
 {{{

 # BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
 </IfModule>

 # END WordPress
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16736#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list