Michael Joyce
2017-05-24 19:39:04 UTC
Hello everybody.
I have an eXist 2.2 (I know, we haven't had time to upgrade yet) app
that I put together following the tutorial here:
http://exist-db.org/exist/apps/doc/development-starter.xml
It uses the normal eXist template system. But now we have too many
.html template files, and I'd like to move them into their own
subdirectory, without changing the URLs that access those pages.
I've looked in controller.xql, templates/page.html, and even in the
$shared/templating module to try to figure out how to configure eXist
to use pages/search.html to respond to search.html. I can move
search.html to the pages collection, but then the URL changes to
pages/search.html, which I don't want.
Is this possible or supported in eXist?
Thanks,
Michael
I have an eXist 2.2 (I know, we haven't had time to upgrade yet) app
that I put together following the tutorial here:
http://exist-db.org/exist/apps/doc/development-starter.xml
It uses the normal eXist template system. But now we have too many
.html template files, and I'd like to move them into their own
subdirectory, without changing the URLs that access those pages.
I've looked in controller.xql, templates/page.html, and even in the
$shared/templating module to try to figure out how to configure eXist
to use pages/search.html to respond to search.html. I can move
search.html to the pages collection, but then the URL changes to
pages/search.html, which I don't want.
Is this possible or supported in eXist?
Thanks,
Michael