- Question mark at the end of query discarded. Need RewriteRule
- RewriteEngine On
- RewriteBase /is/set/and/works/
- RewriteRule ^xxx/(.+)$ /index.php?xxx=$1 [L]
- http://www.example.org/?xxx=Why+is+this+not+working%3F
- http://www.example.org/?xxx=Why+is+this+not+working?
- http://www.example.org/xxx/Why+is+this+not+working%3F
- http://www.example.org/xxx/Why+is+this+not+working?
- Why is this not working