Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Andrew on April 15, 2002, 02:08:41 PM
-
Hi.
I'm trying to make a customised 80Aliases00 template, however I dont think I am entering the correct syntax. Here is a copy of what I'm trying to enter:
$result .= " AliasMatch "^(/.*)?/__lib(.*)$" "/home/e-smith/files/primary/web/__lib$2"\n";
$result .= " AliasMatch "^(/.*)?/__squizlib(.*)$" "/home/e-smith/files/primary/html/squizlib$2"\n";
$result .= " AliasMatch "^(/.*)?/__data(.*)$" "/home/e-smith/files/primary/html/data/unrestricted$2"\n"
$result .= " AliasMatch "^(/.*)?/_edit(.*)$" "/home/e-smith/files/primary/html/web/edit$2"\n"
$result .= " AliasMatch "^(/.*)?$" "/home/e-smith/files/primary/html/web/index.php"\n"
Can anybody out there provide some insight into this.
Thank you.
-
I cant understand what is your problem ,
do you have wrong lines in http.conf ?
-
Thats ok, I've already been advised of the correct syntax I should have entered.
Thanks.