[opencms-dev] Query String Parameters and Static Export
Andrew Kerr
akerr at fluid.com
Wed Jan 14 22:50:01 CET 2004
Hi there,
The static export documentation describes what happens when links with
query string parameters are followed:
/news.html?newsid=7&channelid=25 -> /news_1.html
/news.html?newsid=44&channelid=3 -> /news_2.html
...
The parameters will be substituted to a consecutive number. There is no
relationship
between the consecutive number and the URL parameters.
I have a couple of questions:
1) Does this feature work with JSP templates, or only the legacy templates?
2) Is there any way to change the settings such that the generated
static file name *does* reflect the values of the query parameters? For
example:
/news_7_25_html
It would be much better for search engine indexing if the generated file
names were "predictable".
Any suggestions would be appreciated.
Best regards,
Andrew Kerr
More information about the opencms-dev
mailing list