Commit Graph
8 Commits
Author SHA1 Message Date
Oliver StarkandGitHub 209c667e5a Use SymLinksIfOwnerMatch by default. (#1570) 2024-01-01 22:11:23 +01:00
Hans MackowiakandGitHub f7267bada3 Update .htaccess
RewriteRule needs FollowSymlinks to be enabled at any times
2021-12-09 16:29:50 +01:00
Nicolas Grekas 3df62e0816 Move checks to GHA 2021-07-09 11:25:58 +02:00
Florian BastienandGitHub a82c8111be [symfony/apache-pack] Better FollowSymlinks suggestion
Add "+" before commented out FollowSymlinks option so that it wouldn't overwrite other options
2020-01-23 22:19:40 +01:00
Roy-OrbisonandGitHub b5c4a35681 Simplify Apache rewriting directives
Use simpler regex patterns, existing backreferences, and faster lexicographic test where possible.
2019-11-28 21:03:25 +10:30
Grégoire ParisandGitHub 893d8c7da0 Forbid method switching
This averts the following scenario:

1. Client POSTs
2. server does not support mod rewrite and 302 redirects to /index.php/theaction
3. client follows, but with a GET
4. 405
2017-11-30 16:41:50 +01:00
Ricardo de Vries ede139a37f Aliases are not supported in the contrib repository. 2017-11-30 16:25:22 +01:00
Ricardo de Vries da5a9bbe60 Merge changes from @Pierstoval. 2017-11-30 16:23:00 +01:00