Forum Moderators: bakedjake
That rule works fine if it's declared globally and there are no virtual hosts. As soon as I create a virtual host, I have to use the [R] flag or it won't work (I just get a 404).
I like it without the flag because then the real URL is hidden from users.
For example, the above would display as:
www.mydomain.com/foo.html
But with the [R] flag it shows up as:
www.mydomain.com/?section=foo
Kind of defeats the purpose of using rewrite... Any help on this?