On 17 Jan 2011, at 11:49, Joseph Scott wrote:

> Correct.  Were these on two separate servers or separate virtual host
> configurations?

It was mod_alias that I tried that didn't work (not ServerAlias).

I just tried it again and it's working now though.

<VirtualHost *:80>
        ServerName example.com
        Rewrite / http://www.example.com
</VirtualHost>

<VirtualHost *:80>
        ServerName www.example.com
</VirtualHost>


_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to