Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteRule ^$ public/ [L]
  3. RewriteRule (.*) public/$1 [L]
  4.  
  5. RewriteEngine On
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement