[ewiki] Re: Anyone running ewiki with mod-rewrite?

  • From: Mario Salzer <mario@xxxxxxxxxxxxx>
  • To: ewiki@xxxxxxxxxxxxx
  • Date: Tue, 15 Jun 2004 06:34:41 +0200

> Thanks, Mario!  Worked like a charm!

Not fully.
The second rule should better read:

   RewriteRule  ^wiki/?$       wiki/                  [R]

As else calling "/wiki/" leads to a PageNotFound error. (One
could change the prior rule from .+ to .* as well, but this
one is more elegant in emulating a directory).

However the redirection still leads to "...ifact.org//wiki/"
- maybe you need to give the full URL in this rule?


Btw, as you are working on it and have some spare time, you could
contribute back by putting some recommendations to the use of CSS
througout the code (what works and what's silly). - Looking over your
site reveals that you have a lot more experience with complex style
sheets. ;-]


mario

Other related posts: