BTW, using a new configuration based on info in the PmWiki docs (which
I added to the cleanUrl docs page), I was able to get cleanurls
working on my system and verify that the little fix below seems to
solve the problem.

> If anyone cares to try a fix, consider changing engine.php line 58 or so from
>
> if (isset($cleanURL)) $pageLink = str_replace('/', '.', $pageLink);
>
> to
>
> if (isset($cleanURL)) $pageLink = str_replace(Array('/', '%2f'), '.', 
> $pageLink);

Cheers,
Dan

P.S Plus now I finally have a working configuration for cleanUrls, at
least on my home server with very cool urls like:

http://localhost/field/中/文/正

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to