[wp-trac] Re: [WordPress Trac] #3548: Updating permalink structure
crashes server
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 31 03:04:57 GMT 2007
#3548: Updating permalink structure crashes server
--------------------------+-------------------------------------------------
Reporter: skydrak | Owner: westi
Type: defect | Status: assigned
Priority: low | Milestone: 2.2
Component: Optimization | Version: 2.0.5
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by markjaquith):
Sounds good in theory. Is your plan to keep the existing verbose page
matching rules if the permalink structure starts with one of (category,
postname, author) ?
We '''could''' allow for ambiguous URLs, but we'd have to issue an
additional query to disambiguate. For example, with
/%author%/%postname%/, we would have to do a query for {{{author =
firstthing AND post_name = secondthing}}} and then query for a page path.
Don't know if that's worth it. We'd then also have to worry about
duplicate URLs (a page name that matches an author name). Probably more
trouble than it is worth.
But yeah, go ahead and take a shot at it.
--
Ticket URL: <http://trac.wordpress.org/ticket/3548#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list