Forum Moderators: phranque

Message Too Old, No Replies

alias newb

need help

         

proxyHunter

4:42 am on Jan 27, 2004 (gmt 0)

10+ Year Member



hi i want to set up a common image directory for my virtually hosted domains setup on the 1 IP.

through research on apache it suggest using the following:

Alias /images /usr/local/htdocs/images

which file on apache do i add this line?

does anyone else know of a better method for having a common directory where each virtual hosted domain can access?

cheers

jdMorgan

5:10 am on Jan 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



proxyHunter,

Alias directives usully go in httpd.conf. See Apache mod_alias [httpd.apache.org] for more info.

Jim