Advertisement
ennio21

Laravel .htacces in root project pointing to public folder

Feb 4th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteRule ^(.*)$ public/$1 [L]
  4. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement