Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. url.rewrite-once = (
  2. ".*\.(txt)$" => "/",
  3. )
  4.  
  5. url.rewrite-if-not-file = (
  6. ".*\?(.*)" => "index.php?$1",
  7. "." => "index.php"
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement