8
I have as an example the following RewriteRule ^(Home)?/?$ page/php/Home.php [NC,L]
I know that the NC
is Non-Case(Não diferencia maiúsculas e minusculas)
.
L
means that if a RewriteRule
is true he stops checking.
But I saw several examples using QSA as well and I couldn’t find an explanation that would clarify what QSA means and what its use is.
So pegunto, What does this QSA mean? What is its use? Are there other "operators" (I don’t know what they are called) besides these? if yes, what are its uses?
Very good link, had not found it before, I suggest you add some of the most important flags to your reply to make it more complete
– RodrigoBorth