Skip to content

Instantly share code, notes, and snippets.

@novasky-zz
Created June 9, 2014 14:38
Show Gist options
  • Save novasky-zz/b8d78f3af0e3ea614879 to your computer and use it in GitHub Desktop.
Save novasky-zz/b8d78f3af0e3ea614879 to your computer and use it in GitHub Desktop.
Aplicação Laravel 4 em Hospedagem Compartilhada
SetEnv APPLICATION_ENV production
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !-f
RewriteRule (.*) public/$1 [L]
RewriteCond %{REQUEST_URI} !-d
RewriteRule (.*) public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment