Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_URI} !^public
  4. RewriteRule ^(.*)$ public/$1 [L]
  5. </IfModule> <IfModule mod_rewrite.c>
  6. RewriteEngine on
  7. RewriteCond %{REQUEST_URI} !^public
  8. RewriteRule ^(.*)$ public/$1 [L]
  9. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement