Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Question mark at the end of query discarded. Need RewriteRule
  2. RewriteEngine On
  3. RewriteBase /is/set/and/works/
  4. RewriteRule   ^xxx/(.+)$   /index.php?xxx=$1   [L]
  5.        
  6. http://www.example.org/?xxx=Why+is+this+not+working%3F
  7. http://www.example.org/?xxx=Why+is+this+not+working?
  8.        
  9. http://www.example.org/xxx/Why+is+this+not+working%3F
  10. http://www.example.org/xxx/Why+is+this+not+working?
  11.        
  12. Why is this not working