Bug in URL for Section Headers (v1.9.2)
Posted: Sun Jan 16, 2011 7:15 pm
Hi,
I'm using Section Headers with pretty URLs in 1.9.2. I'm aiming for the following (URL-) structure:
What I get is:
Besides, if you call just /page/section-[number/ID] without the page you get:
which is not ideal. This should IMO either be a redirect to the first child of a page section (301 Redirect) or a 404.
While the second issue is not that important to be solved, I see the first as a bug because I, for example, can't create URLs with the year as section-headers. It would give me /page/2009-1/sub-page, /page/2010-2/sub-page etc.
Or am I missing the option of defining the alias for a section header?
thanks,
Reto
I'm using Section Headers with pretty URLs in 1.9.2. I'm aiming for the following (URL-) structure:
Code: Select all
/page/section/sub-page
Code: Select all
/page/section-[number/ID]/sub-page
Code: Select all
string(51) "Smarty error: unable to read resource: "tpl_top:-1"" string(52) "Smarty error: unable to read resource: "tpl_head:-1"" string(52) "Smarty error: unable to read resource: "tpl_body:-1"
While the second issue is not that important to be solved, I see the first as a bug because I, for example, can't create URLs with the year as section-headers. It would give me /page/2009-1/sub-page, /page/2010-2/sub-page etc.
Or am I missing the option of defining the alias for a section header?
thanks,
Reto