Created
June 9, 2014 14:38
-
-
Save novasky-zz/b8d78f3af0e3ea614879 to your computer and use it in GitHub Desktop.
Aplicação Laravel 4 em Hospedagem Compartilhada
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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