Skip to content

Instantly share code, notes, and snippets.

@santiblanko
Created February 18, 2014 23:37
Show Gist options
  • Save santiblanko/9082900 to your computer and use it in GitHub Desktop.
Save santiblanko/9082900 to your computer and use it in GitHub Desktop.
Laravel apache .htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
@santiblanko
Copy link
Author

chmod -R 777 storage
Don't remember!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment