Unnamed
public text v1 · immutableAlias /test3 /home/www/test3
<VirtualHost *:80>
DocumentRoot /home/www/test3/
ServerAdmin uros.djokic@ipn.ch
ServerName test3.rubix.ch
ServerAlias www.test3.rubix.ch
<Directory /home/www/test3/>
DirectoryIndex index.html
Options +Indexes +FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>