Mike -- EMAIL IGNORED wrote:
I have (set in /etc/bashrc):
echo $HTML_TST
aa|bb|cc|dd|ee
and I tried:
RewriteCond ee %{ENV:HTML_TST}
following the documentation that says:
Syntax: RewriteCond TestString CondPattern
but the documentation never says that CondPattern may contain t
I have (set in /etc/bashrc):
echo $HTML_TST
aa|bb|cc|dd|ee
and I tried:
RewriteCond ee %{ENV:HTML_TST}
following the documentation that says:
Syntax: RewriteCond TestString CondPattern
I expected ee to be recognized as one ofthe alternatives
in the pattern. It didn't work.
Frust