Guest User

Untitled

a guest
Feb 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Options All -Indexes
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteRule ^([^.]+)$ $1.php [NC,L]
  5. RewriteRule ^([^.]+)$ $1index [NC,L]
  6. RewriteRule ^([^.]+)$ $1login [NC,L]
  7. RewriteRule ^(.*)$ userprofile.php?username=$1 [QSA]
  8.  
  9. username.php
Add Comment
Please, Sign In to add comment