Guest User

Untitled

a guest
Aug 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteRule ^$ public/ [L]
  4. RewriteRule (.*) public/$1 [L]
  5. </IfModule>
Add Comment
Please, Sign In to add comment