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.