Ticket #403 (closed defect: fixed)
Routing with blog engine
| Reported by: | jn78 | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | apostropheBlogPlugin | Version: | 1.4 |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description
Using blog engine at home page results in wrong linking:
instead of
http://www.domain.com/2010/05/26/post-slug
i get:
http://2010/05/26/post-slug
same for categories.
instead of
http://www.domain.com/category-name
i get:
http://category-name
if i type:
http://www.domain.com/2010/05/26/post-slug
or
http://www.domain.com/category-name
i get 404 error.
Change History
Note: See
TracTickets for help on using
tickets.

