Sever IP = "Hey, it worked ! Apache installed"

robj

Verified User
Joined
Aug 4, 2007
Messages
53
How can I set my server IP address to point to a specific domain?

Currently, the Server's Hostname is server.DOMAIN.com. If i type that URL I get the same thing...

Any Suggestions?

robj
 
Hi,

I'd think that adding a .htaccess file with appropiate redirects into /var/www/html would be the easiest way.

Remember that all domains use the subfolders in there such as /webmail /phpMyAdmin so the redirect may not be as simple as just adding
Code:
Redirect / http://www.example.com
You may need some Rewrite rules, I'm not sure.

Tom
 
Back
Top