Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. index.php?u=controller/method/param
  2.  
  3. controller/method/param
  4.  
  5. Options -MultiViews
  6. RewriteEngine on
  7.  
  8. RewriteBase /
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css)
  12. RewriteRule ^([^?]*) index.php?u=$1 [L,QSA]
  13.  
  14. index.php?u=controller/method/param
  15.  
  16. controller/method/param
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement