<VirtualHost *:80> ServerName photos-famille DocumentRoot //192.168.0.11/Public/sites/photos-ottello <Directory "//192.168.0.11/Public/sites/photos-ottello/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Require local </Directory> </VirtualHost>
Define NETSITE "//DS218/home/sites/" <VirtualHost *:80> ServerName photos-famille DocumentRoot "${NETSITE}photos-ottello" <Directory "${NETSITE}photos-ottello/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride all Require local </Directory> </VirtualHost>Et ça fonctionne sans problème.