Home › Forums › WoodMart support forum › AH00124: Request exceeded the limit of 10 internal redirects due to probable con › Reply To: AH00124: Request exceeded the limit of 10 internal redirects due to probable con
May 24, 2024 at 10:28 am
#567954
minubaltic
Participant
this code RewriteRule . /index.php [L]
I changed it to RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
It seems to be working smoothly now, but what I want to ask is whether this new code is safe?