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....
sphardy1
Apr 11, 2011Apprentice
Maybe this will help. I setup a mirror for a website on my NAS - here's the virtual host setup copy & pasted right off the box. It ensures that the Frontview default HTTP settings don't override this host. Might be more than you need but should get you started. (looking at it now there appears to be some redundancy in the settings - but it works)
Make sure you have edited the default host in the original Virtual.conf
Edit: Simplified Config
<VirtualHost *:80>
ServerName website.sphardy.com
DocumentRoot /c/website
<Location />
Options FollowSymLinks
SetHandler none
Order Allow,Deny
Allow from all
DirectoryIndex redirect.html index.html index.php
</Location>
SSLEngine off
</VirtualHost>
Make sure you have edited the default host in the original Virtual.conf
<VirtualHost *:80>
SSLEngine off
RewriteEngine on
RewriteRule ^/$ /public [R,L]
RewriteRule ^/admin/(.*)$ https://%{SERVER_NAME}/admin/$1 [R,L]
</VirtualHost>
Include /c/shared/sphardy.com/Virtual.conf
Edit: Simplified Config
Related Content
NETGEAR Academy

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