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
-~----------~----~----~----~------~----~------~--~---

Reply via email to