Skip to content

Commit 7fb445b

Browse files
committed
Merge pull request laravel#1987 from netflam/patch-1
Update .htaccess
2 parents 348fecc + ae61b60 commit 7fb445b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/.htaccess

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Apache configuration file
2-
# http://httpd.apache.org/docs/2.2/mod/quickreference.html
2+
# http://httpd.apache.org/docs/current/mod/quickreference.html
33

44
# Note: ".htaccess" files are an overhead for each request. This logic should
55
# be placed in your Apache config whenever possible.
6-
# http://httpd.apache.org/docs/2.2/howto/htaccess.html
6+
# http://httpd.apache.org/docs/current/howto/htaccess.html
77

88
# Turning on the rewrite engine is necessary for the following rules and
99
# features. "+FollowSymLinks" must be enabled for this to work symbolically.
@@ -20,4 +20,4 @@
2020
RewriteCond %{REQUEST_FILENAME} !-f
2121
RewriteCond %{REQUEST_FILENAME} !-d
2222
RewriteRule ^(.*)$ index.php/$1 [L]
23-
</IfModule>
23+
</IfModule>

0 commit comments

Comments
 (0)