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

Untitled

By: a guest on Apr 27th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 14  |  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. What will be the rewriterule to redirect when query is not a valid directory
  2. RewriteEngine on
  3. RewriteBase /
  4.  
  5. Rewritecond %{REQUEST_FILENAME} !-f
  6. Rewritecond %{REQUEST_FILENAME} !-d
  7. Rewritecond %{REQUEST_FILENAME} !-l
  8. RewriteRule  ^ index.php [L]