Koozali.org: home of the SME Server

httpd.conf help!!!

Andrew

httpd.conf help!!!
« 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.

heho

output in httpd.conf ?
« Reply #1 on: April 16, 2002, 04:35:17 PM »
I cant understand what is your problem ,
do you have wrong lines in http.conf ?

Andrew

Re: output in httpd.conf ?
« Reply #2 on: April 17, 2002, 03:02:10 AM »
Thats ok, I've already been advised of the correct syntax I should have entered.

Thanks.