Skip to content

Commit

Permalink
Re-add .htaccess rule for directories
Browse files Browse the repository at this point in the history
Because this got re-added in laravel/laravel@08cb97f
  • Loading branch information
driesvints committed Jun 16, 2013
1 parent 970b0d4 commit b37193b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ If the `.htaccess` file that ships with Laravel does not work with your Apache i
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

0 comments on commit b37193b

Please sign in to comment.