[dokuwiki] Re: Dokuwiki farm question

  • From: Karl Loncarek <dh2mll@xxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 10:43:14 +0200

Christopher Smith schrieb:

Incoming: http://sub.domain.tld/[animal]/lib/exe/[helper]
Rewritten to: http://sub.domain.tld/lib/exe/[helper]?animal=[animal]
So you generally mean doing the same way as described in document farm2: Directory (.htaccess) based setup

Well basically URL rewriting for Apache is done through using .htaccess. For e.g. Abyss webserve it has to be configured explicitely.

BTW: the following redirect worked for everything
Incoming: /([^/]+)/(.*)
Rewritten to:/dokuwiki/$2?animal=$1

Thanks for your help. I agree this is the cleanest possible solution.

- Karl
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: