"Jim Hayter" <see.reply.to RemoveThis @nowhere.invalid> schreef in bericht
news:13h70a5do2il6dd@news.supernews.com...
>> <VirtualHost *>
>> DocumentRoot /usr/local/apache/share/new
>> ServerName xxx.com
>> <Directory />
>> Options FollowSymLinks
>> ln -s /usr/local/apache/share/original ./test
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> This is NOT an apache directive. It is an OS command line. You do this
> once to create the symlink.
>
Or you may use an alias (on those OSses not supporting symlinks)
<alias /test /usr/local/apache/share/original>
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
HansH
>> Stay informed about: Sym Links