On Thursday 04 April 2002 08:29 am, Mike Orr wrote:
> http://webware.sourceforge.net/wiki
> Goes to a "not found" wiki page.

I'm stumped. I switched the rule from:
  RewriteRule .* http://webware.colorstudy.net/twiki/bin/view/Webware/$1 [R]

to:
  RewriteRule ^(.*|/)$ http://webware.colorstudy.net/twiki/bin/view/Webware$1 [R]


On the basis that the second form is more like what we use at StockAlerts whose 
rewrite rules are fully functional.

However, I didn't see any difference in behavior...

Since the Wiki complains that:

 The "Webware/home/groups/w/we/webware/htdocs" web does not exist

it looks like $1 is getting expanded to /home/groups/w/we/webware/htdocs which is odd 
given that $1 should refer to the regex group, not the local path info.


-Chuck

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to