Forum Moderators: phranque
I thought about something like this:
RewriteRule ^(.*)\.html?(.*) $1.html
Not sure about root and folders ending by "/".
...or I'm thinking everything wrong and should play with %{QUERY_STRING} ? I believe I read somewhere that anything after ? is not really treated as URI but query string - true?
Thanks