Re: Friendly URLs
Claudio Miranda <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.install |
|---|---|
| Message-ID | <[email protected]> |
On Admin Guide, there is a section "Changing the Jahia context and servlet name" (page 66), I did that and everything worked fine. The only adjustment, the index.jsp needs to change to reflect the url mapping. // before <jsp:forward page="/cms" /> // after <jsp:forward page="/cms" /> http://www.jahia.org/download/documentation/Jahia_40_AdministrationGuide.pdf []s Claudio Christopher Kelley wrote, On 15-03-2005 13:47: > On a related note, any thoughts on how (if possible) to rename: > > /jahia/Jahia > > To only > > /myownnamehere >