Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $HTTP["host"] == "/var/www/website" {
  2. url.rewrite-if-not-file = ("^/([a-zA-Z0-9_-]+)" => "/home.php?username=$1")
  3. }
  4.  
  5. url.rewrite-if-not-file = ("^/(.*)$" => "/home.php?username=$1")
  6.  
  7. $HTTP["host"] == "/var/www/website" {
  8. url.rewrite-if-not-file = ("^/(.*)$" => "/home.php?username=$1")
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement