On Tue, 21 Feb 2006 12:48:13 -0500, <lgc(a)possibility.com> wrote:
Second, the url to the xwiki webhome is
mydomain.com/xwiki/bin/view/Main/WebHome. I would like the url to be
mydomian.com/xwiki. I noticed some people are using the redirect meta
tag to accomplish this.
xwiki.org seems to be using some other mechanism
to other than a redirect to forward the user to the more complicated
url. I was wondering if others have the same concern and how they
resolved the issue.
I use an Apache Redirect to accomplish this:
Redirect permanent /index.html
http://myxwiki.server.com/xwiki/bin/view/Main/WebHome
So, for you it would look like this:
Redirect permanent /xwiki/index.html
http://myxwiki.server.com/xwiki/bin/view/Main/WebHome
The index.html file doesn't need to exist as long as it is defined as one
of the default index pages. This assumes of course that you're using
Apache as a front end to the application server.
--
Brian D. Switzer
e-mail: herkamur -=>at<=- canada -=>dot<=- com
web:
http://bswitzer.railfan.net/