Haha, great, I got my cleanUel worked too. http://txtray.net/%E4%B8%AD%E6%96%87/%E6%B8%AC%E8%A9%A6 http://txtray.net/中文/測試
Is anyone know how to add a pseudo ".html" extension after the url? So the url may look like: http://txtray.net/中文/測試.html Cheers, linly On 3月11日, 下午5時04分, 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 -~----------~----~----~----~------~----~------~--~---
