Results 1 to 1 of 1
To my understanding,
[xX][yY][zZ]
means a case-insensitive occurrence of xyz. The docs say
AliasMatch regex file-path|directory-path
thus
AliasMatch /[xX][yY][zZ] /foo/bar/XYZ
should work according to the docs. What am I missing?...
- 01-24-2009 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 12
Apache2.2 on Intrepid: Please explain "AliasMatch" regex use/syntax
To my understanding,
[xX][yY][zZ]
means a case-insensitive occurrence of xyz. The docs say
thusAliasMatch regex file-path|directory-path
should work according to the docs. What am I missing?AliasMatch /[xX][yY][zZ] /foo/bar/XYZ


Reply With Quote