Mobile app version of vmapp.org
Login or Join
Candy875

: Why am I getting cgi-sys/defaultwebpage.cgi coming up when I browse my webpage? I've recently set up a website with a smaller hosting company. The plan has a dedicated IP. They sent me emails

@Candy875

Posted in: #Cpanel #IpAddress #WebHosting

I've recently set up a website with a smaller hosting company. The plan has a dedicated IP. They sent me emails to say it's all set up, but now their support channels are all unresponsive even though they say it's open 24 hours.

In the File Manager in the cpanel I've put an index.html file in the public_html directory. But when I point my browser to the IP address given to me, it comes up with the cgi-sys/defaultwebpage.cgi page.

What is the problem?

I haven't set the name-servers for my domain yet, but that shouldn't be a problem because I am using the IP address in the browser.

Note: I don't think I have access to ssh.

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Candy875

4 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

Also, what host? And you can't directly 'load' a site as a ip. You have to use your domain as it requests content as 'yourdomain.com' as it searches for 'yourdomain.com's content. When you type the IP in your address in your browser, it requests it as you Internet Service Provider's nameserver. Ex. Bell Canada DSL gives something like this. 'toronto24.dsa.dsl.bell.ca'. Hope this helped.

10% popularity Vote Up Vote Down


 

@Shakeerah822

try editing the .htaccess file... create a .htaccess file if not exists or add "DirectoryIndex index.php index.html" to the existing .htaccess file. i Hope this should solve the problem.

10% popularity Vote Up Vote Down


 

@Carla537

It's a bit hard to say for sure, but here's what I guess is going on:


Your website is on name-based shared web hosting. You do not have a dedicated IP.
The IP address they gave you is the address of their shared webserver. You're meant to enter it into the DNS settings for your domain.
Since you're trying to access the server using the IP address directly, the server doesn't know which of the sites hosted on it you want. Thus, it's showing you a generic default page instead.


If you want to test things locally before configuring your DNS, you can add it into the hosts file on your own computer, something like this:

111.22.33.44 yourdomain.com yourdomain.com

After that, pointing your browser to www.yourdomain.com should cause it to request the page from the server at 111.22.33.44, while sending the header Host: yourdomain.com to tell the server that it's expecting the content from your domain, rather than from one of the others hosted at that IP.

10% popularity Vote Up Vote Down


 

@LarsenBagley505

Unless you plan to use CGI scripts delete the CGI folder entirely, clear your browser cache or view it using the private browsing mode in your browser. You should see your index.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme