[wp-trac] [WordPress Trac] #13712: When Pretty Permalinks Enabled Custom Post Types 404 Not Found
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 16 12:22:17 UTC 2010
#13712: When Pretty Permalinks Enabled Custom Post Types 404 Not Found
--------------------------+-------------------------------------------------
Reporter: jackreichert | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Permalinks | Version: 3.0
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Comment(by ryno267):
Dump of local DB includes
{{{
[events/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
[events/[^/]+/attachment/([^/]+)/trackback/?$] =>
index.php?attachment=$matches[1]&tb=1
[events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?attachment=$matches[1]&cpage=$matches[2]
[events/([^/]+)/trackback/?$] => index.php?events=$matches[1]&tb=1
[events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?events=$matches[1]&feed=$matches[2]
[events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?events=$matches[1]&feed=$matches[2]
[events/([^/]+)/page/?([0-9]{1,})/?$] =>
index.php?events=$matches[1]&paged=$matches[2]
[events/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?events=$matches[1]&cpage=$matches[2]
[events/([^/]+)(/[0-9]+)?/?$] =>
index.php?events=$matches[1]&page=$matches[2]
[events/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[events/[^/]+/([^/]+)/trackback/?$] =>
index.php?attachment=$matches[1]&tb=1
[events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?attachment=$matches[1]&cpage=$matches[2]
[testimonial/[^/]+/attachment/([^/]+)/?$] =>
index.php?attachment=$matches[1]
[testimonial/[^/]+/attachment/([^/]+)/trackback/?$] =>
index.php?attachment=$matches[1]&tb=1
[testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?attachment=$matches[1]&cpage=$matches[2]
[testimonial/([^/]+)/trackback/?$] =>
index.php?testimonials=$matches[1]&tb=1
[testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?testimonials=$matches[1]&feed=$matches[2]
[testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?testimonials=$matches[1]&feed=$matches[2]
[testimonial/([^/]+)/page/?([0-9]{1,})/?$] =>
index.php?testimonials=$matches[1]&paged=$matches[2]
[testimonial/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?testimonials=$matches[1]&cpage=$matches[2]
[testimonial/([^/]+)(/[0-9]+)?/?$] =>
index.php?testimonials=$matches[1]&page=$matches[2]
[testimonial/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
[testimonial/[^/]+/([^/]+)/trackback/?$] =>
index.php?attachment=$matches[1]&tb=1
[testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] =>
index.php?attachment=$matches[1]&feed=$matches[2]
[testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] =>
index.php?attachment=$matches[1]&cpage=$matches[2]
}}}
SO why is that getting deleted when adding new posts ???
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13712#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list