I have bought the domain name in one place , but hosting in the other!?

nicotam

New member
Joined
Mar 12, 2005
Messages
1
Hi there,
I have bought the domain name in one place , but hosting in the other.
There where hosting there is all record,but that I must do in panels of management domain name there where has bought domain name?
And why IP which I gave hoster at set from áðàóçåðà gives the logo Appache that all well,but my files is not seen?
 
You need to log into the domain registrar's control panel and change the nameserver entries to those your hosting provider gave you.

Jeff
 
DA appears to give the standard "Congrats! You've corrected installed Apache" page when you visit the IP of your box. That's why you're seeing it.

I'm actually troubled by this. I'd rather see a redirect or something. In the back of my mind, I remember this to be an issue but its been too long. *shrug*

-drmike
 
You could always change it to forward to a certain domain upon a null request, such as a shared IP address.
 
jmstacey said:
You could always change it to forward to a certain domain upon a null request, such as a shared IP address.

I'm assuming that you do that with a forward in a htaccess file somewhere?

-drmike
 
drmike said:
DA appears to give the standard "Congrats! You've corrected installed Apache" page when you visit the IP of your box. That's why you're seeing it.

I'm actually troubled by this. I'd rather see a redirect or something. In the back of my mind, I remember this to be an issue but its been too long. *shrug*
Apache install puts that page there.

if you want something else there on your server you're welcome to replace the code.

it's at /var/html/httpd

and the cgi-bin for it is at:

/var/html/cgi-bin

(note that the cgi-bin is NOT inside the httpd directory but rather outside it)

Additionally, both secure and insecure (http and https) access use the same directory structure.

Why?

Because that's all standard apache install stuff.

Be careful how you do any redirect or you'll break webmail and squirrelmail.

Jeff
 
jlasman said:
Be careful how you do any redirect or you'll break webmail and squirrelmail.

Jeff

That's why I was asking. I've already discovered that DA has a few subdirectory names already assigned. (ie config)

I'd rather have the IP pointed at my sales page anyway.

Thanks,
-drmike
 
Back
Top