[opencms-dev] How to correctly map /sites/mysite/ ?

Chris Tiernan CTiernan at salesforce.com
Sat Feb 3 03:16:28 CET 2007


Hi,

Is there a way I can remove /sites/mysite/ from the URL for the Online
project?  I would like my users to see a URL of http://domain/index.jsp
instead of http://domain/sites/mysite/index.jsp

I've tried different variations with the default-uri & uri nodes in the
opencms-system.xml file to see if that would help map it correctly but
with no luck.  Maybe this could be solved with adjusting my Apache
configuration?

## opencms-system.xml ##
...
<sites>
     <workplace-server>http://domain</workplace-server>
     <default-uri>/sites/mysite/</default-uri>
     <site server="http://domain" uri="/sites/mysite/" />
</sites>
...



More information about the opencms-dev mailing list