[wp-trac] [WordPress Trac] #7406: get_pagenum_link broken for IIS resurfaces

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 25 10:19:06 GMT 2008


#7406: get_pagenum_link broken for IIS resurfaces
-----------------------+----------------------------------------------------
 Reporter:  skaufmann  |       Owner:  anonymous                                     
     Type:  defect     |      Status:  new                                           
 Priority:  normal     |   Milestone:  2.7                                           
Component:  General    |     Version:  2.6                                           
 Severity:  normal     |    Keywords:  get_pagenum_link, categories, tags, navigation
-----------------------+----------------------------------------------------
 It appears the navigation links within a category or tag have broken again
 in IIS. This issue was outline in early 2007 here:
 [[BR]]http://trac.wordpress.org/ticket/3514

 The issue can be seen on my wordpress.
 [[BR]]When viewing -
 [[BR]][http://www.karieandscott.com/blog/category/gallery]
 [[BR]]and selecting next page at the bottom, the links are stripping out
 the category. It takes you to -
 [[BR]][http://www.karieandscott.com/blog/page/2]
 [[BR]]instead of -
 [[BR]][http://www.karieandscott.com/blog/category/gallery/page/2]

 I am running IIS Isapi Rewrite. My permalinks work fine. I am the server
 admin so any server config can be done if necessary to test.

 '''Permalink Settings'''
 [[BR]]Custom Structure: /%postname%
 [[BR]]Category: /category
 [[BR]]Tag: /tag

 '''My .htaccess'''

 {{{
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /blog/

 # BEGIN WordPress
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 # RewriteRule . /index.php [L]
 RewriteRule (.+) index.php/$1 [L,QSA]
 # END WordPress
 </IfModule>
 }}}

 I have reviewed all support forum posts and trac tickets but all relate to
 2007 releases. template-functions-links.php has changed to link-
 template.php and code is no longer consistent or already includes the
 changes outlined in the trac tickets.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7406>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list