We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c3329 commit 0e4baceCopy full SHA for 0e4bace
symfony/apache-pack/1.0/public/.htaccess
@@ -50,7 +50,7 @@ DirectoryIndex index.php
50
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
51
# following RewriteCond (best solution)
52
RewriteCond %{ENV:REDIRECT_STATUS} =""
53
- RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
+ RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=308,L]
54
55
# If the requested filename exists, simply serve it.
56
# We only want to let Apache serve files and not directories.
0 commit comments