httpd.conf question
Posted by: rcrampton
Posted on: 2006-10-21 18:14:00
I am installing a php program that uses to a mysql database. The install instructions specify that I edit httpd.conf to add an alias:
Alias /phpgiftreg/ "/path/to/phpgiftreg/"
I found some httpd.conf files but there are in subdirectories of "template" or "default-configs" so I doubt they are actually used.
How would I do such an alias?
Thanks.