[wp-trac] Re: [WordPress Trac] #3451: Page URIs are case-sensitive
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 7 07:06:16 GMT 2006
#3451: Page URIs are case-sensitive
-------------------------+--------------------------------------------------
Reporter: pah2 | Owner: markjaquith
Type: defect | Status: assigned
Priority: normal | Milestone: 2.2
Component: General | Version: 2.1
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+--------------------------------------------------
Comment (by Viper007Bond):
For the record, page ID & lack of trailing slash (which we should also
address) is currently accomplished via [http://fucoder.com/code/permalink-
redirect/ a great plugin] which I use.
Examples:
http://www.viper007bond.com/about
http://www.viper007bond.com/?page_id=43
However, if we put something like this into the core, it needs a filter or
a hook. That plugin currently has exclusion regex which is '''super'''
helpful.
For example, this is my permalink structure:
http://www.viper007bond.com/archives/2006/12/01/blog-upgraded/
I cheat and have a page located at http://www.viper007bond.com/archives/.
With the current code, you can't do that without breaking all your post
permalinks (at least in 2.0.x it did). I accomplished it via a custom
`mod_rewrite` rule in my `.htaccess` that loads up `index.php/post-
archives/`.
--
Ticket URL: <http://trac.wordpress.org/ticket/3451#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list