Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} !-f
  2. RewriteCond %{REQUEST_FILENAME} !-d
  3. RewriteRule ^(.+) index.php?page=$1 [QSA,L]
  4.  
  5. localhost/site/user-update/?user=1
  6.  
  7. localhost/site/?page=user-update&user=1
  8.  
  9. localhost/site/user-update&user=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement