[wp-trac] [WordPress Trac] #20758: Custom permalinks wreck pagination

WordPress Trac wp-trac at lists.automattic.com
Sat May 26 19:42:03 UTC 2012


#20758: Custom permalinks wreck pagination
-------------------------------+------------------------------
 Reporter:  pushkin            |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Permalinks         |     Version:  3.3.2
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by pushkin):

 With Permalink settings on Default, .htaccess file looks like this:

 # BEGIN WordPress

 # END WordPress


 When it's on Custom Structure, using /archives/%postname%, then .htaccess
 looks like this:

 # 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

 Permissions is set at 666 and GoDaddy is my hosting service.

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


More information about the wp-trac mailing list