What's the recommended way to let a JSP file be accessed with .html extension?
Hi,
- What's the recommended way to implement pages that are shared deployment-wide? For example when we want to implement a page called "Under review" that based on some rules should be served to users in place of the actual pages of a website.
- We have a few JSP under /content/global-pages that we want to be accessible with .html extension. For example, there's a file /content/global-pages/under-review.jsp that should be accessible as www.foo.com/under-review.html. What's the recommended way to configure CQ 5 to perform this?
Thanks.