I have a quick question. If I want to define multiple ScriptAlias and Alias directories in the httpd.conf file, what is the syntax? I've tried it this way: ScriptAlias fakeaddress1 realaddress1, fakeaddress2 realaddress2, fakeaddress3 realaddress3 Alias fakeaddress1 realaddress1, fakeaddress2 realaddress2, fakeaddress3 realaddress3 and this way: ScriptAlias fakeaddress1 realaddress1 ScriptAlias fakeaddress2 realaddress2 Alias fakeaddress1 realaddress1 Alias fakeaddress2 realaddress2 Neither seems to work. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx