On Feb 25, 8:06 pm, Brad <
crush...@yahoo.com> wrote:
> So, does your server have a host name of newport? Also, does your apache
> config file specify the use of the host name?
Yes, the server's name is "newport". I tried changing the "virtual
host" file to start like this (using the IP address instead of "*",
not that I expected it to help):
NameVirtualHost
192.168.1.201:80
<VirtualHost
192.168.1.201:80>
<IfModule mod_alias.c>
...
but that didn't change anything. Any clicked URL still goes to the
hostname, not the IP address.
In regular HTML, I think there's something about setting a "base", but
I don't know if that pertains.
I'll bet you can reproduce the issue if you use your server's IP
address instead of name. Go to your main domus.Link page using the IP
address, and click on any link - I bet you see the URL change to use
the hostname.