Skip to content
Snippets Groups Projects
Commit 4e868e4f authored by ale's avatar ale
Browse files

Use the END mod_rewrite flag instead of L

According to the docs in
https://httpd.apache.org/docs/current/rewrite/flags.html#flag_l using
[L] in an .htaccess context incurs the risk of infinite recursion,
which is exactly what we were seeing in production for non-existing
.php files. Use [END] instead.
parent 561254dc
1 merge request!130Use the END mod_rewrite flag instead of L
Pipeline #31664 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment