NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
devbobo
Nov 29, 2009Aspirant
HOW TO: Hosting multiple websites
G'day Guys, For some time I've wanted to host multiple websites from a single ReadyNAS unit...I haven't had the time to investigate it. 1. Backup all the .conf files in /etc/frontview/apache 2....
dbott67
Jul 23, 2010Guide
Try setting the path from /websites/TheMadamButterfly to /c/websites/TheMadamButterfly (/c is the data volume and would need to be included in the path). For example:
-Dave
<VirtualHost *:80>
ServerName www.TheMadamButterfly.co.uk
DocumentRoot /c/websites/TheMadamButterfly
<Directory /c/websites/TheMadamButterfly
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Location /index.html>
SetHandler none
Order Allow,Deny
Allow from all
</Location>
SSLEngine off
</VirtualHost>
<VirtualHost *:80>
ServerName www.GabriellaKingsley.me.uk
DocumentRoot /c/websites/GabriellaKingsley
<Directory /c/websites/GabriellaKingsley
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Location /index.html>
SetHandler none
Order Allow,Deny
Allow from all
</Location>
SSLEngine off
</VirtualHost>
-Dave
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!