We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 348fecc + ae61b60 commit 7fb445bCopy full SHA for 7fb445b
public/.htaccess
@@ -1,9 +1,9 @@
1
# Apache configuration file
2
-# http://httpd.apache.org/docs/2.2/mod/quickreference.html
+# http://httpd.apache.org/docs/current/mod/quickreference.html
3
4
# Note: ".htaccess" files are an overhead for each request. This logic should
5
# be placed in your Apache config whenever possible.
6
-# http://httpd.apache.org/docs/2.2/howto/htaccess.html
+# http://httpd.apache.org/docs/current/howto/htaccess.html
7
8
# Turning on the rewrite engine is necessary for the following rules and
9
# features. "+FollowSymLinks" must be enabled for this to work symbolically.
@@ -20,4 +20,4 @@
20
RewriteCond %{REQUEST_FILENAME} !-f
21
RewriteCond %{REQUEST_FILENAME} !-d
22
RewriteRule ^(.*)$ index.php/$1 [L]
23
-</IfModule>
+</IfModule>
0 commit comments