How to edit httpd.conf for www aliasing?
How do I setup Ap开发者_如何学运维ache, editing the httpd.conf file I think, to properly alias www so my server directs the right way?
Are you looking for ServerName example.com
and ServerAlias www.example.com
? Note that those two names are different insofar as SSL certificates are concerned.
精彩评论