Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3.  
  4. # Redirect to Public
  5. RewriteRule ^(.*)$ public/$1 [L]
  6. </IfModule>
  7.  
  8. Public_html/
  9. app/
  10. some-dir/
  11. public/
  12. css/
  13. js/
  14. index.php
  15. index.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement