Glad to hear such a simple fix got UTF and cleanUrl's playing nice together. Great!
I just completely rewrote the cleanUrl page based on some .htaccess config settings that I got from the PmWiki docs page, and that seem to work fine on my home system. I would like feedback on whether these work for others. I think one issue is you have to change the configuration if you have a non standard BoltWire installation, so things match. If you care to add a third example with your code below, feel free to. Maybe someone can get around to an example of how to make it work with add-on domains, as well. Cheers, Dan On Wed, Mar 11, 2009 at 5:04 AM, Markus <[email protected]> wrote: > > The documentation about clean URLs now contains three different > proposals. I had little success with any of these. > > Suppose I want to serve field1 at the root of my domain. And one or > more fieldx at subfolders. Here is what works for me: > > /.htaccess > > Options +FollowSymlinks > RewriteEngine on > RewriteCond %{SCRIPT_FILENAME} !-f > RewriteRule ^(.*) field1/index.php?p=$1 > > /fieldx/.htaccess > > Options +FollowSymlinks > RewriteEngine on > RewriteCond %{SCRIPT_FILENAME} !-f > RewriteRule ^(.*) index.php?p=$1 > > If anyone sees any problem with my solution, please drop a line. > > Hopefully four different solutions are sufficient. :) > > Regards, Markus > > > On Mar 11, 8:48 am, Markus <[email protected]> wrote: >> > P.S Happy to see cool urls like "straßenbahn/überführung&action=edit" >> > working. How about you, Markus? >> >> Excellent! Thank you, Dan, for the quick fix. I also did not change a >> thing except that one line. >> >> Regards, Markus > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
