Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AddType application/x-httpd-php .php
  2.  
  3. DirectoryIndex index.php index.php
  4.  
  5. RewriteEngine on
  6. RewriteBase /
  7.  
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10.  
  11. RewriteRule ^engine/auth$ /engine/controller.php?auth [L,R=301]
  12.  
  13. RewriteRule ^(.+)$ index.php?mod_rewrite=true&path=/$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement