Skip to content

Commit

Permalink
[TASK] Update symfony/apache-pack recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 13, 2025
1 parent ece5fce commit fbc5c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DirectoryIndex index.php
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
# following RewriteCond (best solution)
RewriteCond %{ENV:REDIRECT_STATUS} =""
RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=308,L]

# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "0f18b4decdf5695d692c1d0dfd65516a07a6adf1"
"ref": "5d454ec6cc4c700ed3d963f3803e1d427d9669fb"
},
"files": [
"public/.htaccess"
Expand Down

0 comments on commit fbc5c7d

Please sign in to comment.