Click to See Complete Forum and Search --> : Strangest problem ever * please help!


DougDaniels
11-03-2002, 04:43 AM
I have recently installed RedHat 8.0 along with Mysql, PHP. and PHPmyadmin. All appear to be running correctly.

Here is my strange problem. My site is having a problem resolving to the correct address. It appears to be happening with the www. end of things.

For instance... http://442squadron.com/forum/index.php and http://www.442squadron.com/forum/index.php should resolve to the same location but apparently do not. If you post a message on the forum using the www address it won't show up if you use the other address without the www.

I contacted my domain name registar and check to see that all name alias resolve to my IP which is 65.101.72.159, and they do.

I assume that this is caused by a configuration error, and proably one in the httpd.conf file. Could someone give me some insite as to how to get this corrected?

mikejohnston
11-03-2002, 10:59 AM
Sounds like an issue with your VirtualHost directive in Apache (If that is what you are using). Check your setup to make sure you have aliases the www. "version" of your site address within that directive.