Forum Moderators: phranque
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
Alias directives usully go in httpd.conf. See Apache mod_alias [httpd.apache.org] for more info.
Jim