For error AH10411, kindly update your .htaccess file:
Replace
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
With:
RewriteRule ^(.*)$ index.php?/$1 "[B= ?,L,QSA]"
That will ensure the space is rightly escaped from encoding using the B flag.
For error AH10411, kindly update your .htaccess file:
Replace
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
With:
RewriteRule ^(.*)$ index.php?/$1 "[B= ?,L,QSA]"
That will ensure the space is rightly escaped from encoding using the B flag.
Powered by BetterDocs