Fabrizio Giustina ha scritto:
Hi Matteo,
you can simply setup a default error page in web.xml:

  <error-page>
    <error-code>404</error-code>
    <location>/errors/404.html</location>
  </error-page>

and then map the /errors/404.html to a real path using a VirtualURI
that forward to a different page depending on the hostname.

Hi Fabrizio,
thanks a lot, I will look on trunk for your impl.
Matteo


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to