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....
ericclaeren
Feb 24, 2012Aspirant
Hi,
Hopefully someone can help me, i'm stuck and have quite some regrets buying a ReadyNas Pro.
Got the Virtualhost working through this topic, thanks!
But ran into this problem. Images aren't shown on my site(s). I have a virtual site, call it example. It's in this dir /c/www/example
In my document root is a directory called /images, when I check the error.log file it says:
[Fri Feb 24 17:13:59 2012] [error] [client 192.168.1.4] File does not exist: /frontview/ui/resource/images/menu, referer: http://example.site/
It seems it rewrites the image folder of my current example site to /frontview/ui/resource/images
When looking at http.conf
There are a number of default aliasses set to a location, how can I override these? Admin and Images are quite often used directories.
My virtual host file
Really hope somebody has an Idea how this can be fixed.
Thanks!!
Hopefully someone can help me, i'm stuck and have quite some regrets buying a ReadyNas Pro.
Got the Virtualhost working through this topic, thanks!
But ran into this problem. Images aren't shown on my site(s). I have a virtual site, call it example. It's in this dir /c/www/example
In my document root is a directory called /images, when I check the error.log file it says:
[Fri Feb 24 17:13:59 2012] [error] [client 192.168.1.4] File does not exist: /frontview/ui/resource/images/menu, referer: http://example.site/
It seems it rewrites the image folder of my current example site to /frontview/ui/resource/images
When looking at http.conf
Alias /images/ /frontview/ui/resource/images/
<Directory /images>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /theme/ /frontview/ui/resource/theme/
<Directory /theme>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /js/ /frontview/ui/resource/js/
<Directory /js>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /language/ /frontview/ui/resource/language/
<Directory /language>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /addons/ /etc/frontview/addons/ui/
<Directory /addons>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /html/ /frontview/ui/resource/html/
<Directory /html>
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /admin /frontview/ui/resource/html
<Location /admin>
DirectoryIndex index.html
Options ExecCGI
Include /etc/frontview/apache/Auth.conf
AuthName "Control Panel"
require user admin
</Location>
There are a number of default aliasses set to a location, how can I override these? Admin and Images are quite often used directories.
My virtual host file
<VirtualHost *:80>
ServerName www.example.site
ServerAlias example.site
DocumentRoot /www/example
<Directory /www/example>
Options +Indexes +MultiViews +FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Location /index.html>
SetHandler none
Order Allow,Deny
Allow from all
</Location>
SSLEngine off
</VirtualHost>
Really hope somebody has an Idea how this can be fixed.
Thanks!!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!