You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rewrite rule in the base .htaccess file (used when the public webroot exists but isn't the actual web root) lacks the [L] identifier, which I think we probably want in general to prevent infinite redirect loops. We just came across this in a client project that wasn't upgraded fully by the upgrader tool - it wrote the new RewriteRules to the project-root .htaccess file, but because the [L] flag wasn't set the original SS3 RewriteRule .* framework/main.php rule was overriding it.
The text was updated successfully, but these errors were encountered:
The rewrite rule in the base .htaccess file (used when the public webroot exists but isn't the actual web root) lacks the
[L]
identifier, which I think we probably want in general to prevent infinite redirect loops. We just came across this in a client project that wasn't upgraded fully by the upgrader tool - it wrote the newRewriteRule
s to the project-root .htaccess file, but because the[L]
flag wasn't set the original SS3RewriteRule .* framework/main.php
rule was overriding it.The text was updated successfully, but these errors were encountered: