How to call a webpage in the browser

vani

Member
Nov 8, 2013
8
0
1
cPanel Access Level
Root Administrator
Hi!
I have a domain registered,say :abc.net
I have uploaded the web files in the FTP and connected to server.
I tried calling this way: abc.net/directory/test.php.

But unable to display the page in browser . What shall I do? How do I make the web files accessible over the net?
 

ravi9

Well-Known Member
Oct 31, 2013
65
1
6
India
cPanel Access Level
Website Owner
1) Are you able to open abc.net

2) Have you properly set nameserver of your domain name in domain control panel. Nameserver is provided by hosting provider like:
ns1.host.com
ns2.host.com

3) DNS propagation can take few hours. If you have correctly followed above step, try accessing your website using some proxy like: kproxy.com
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Do you have root access to this system? If so, please make sure you configure your name servers using the steps from this post:

Setting up Name Servers

Thank you.
 

vani

Member
Nov 8, 2013
8
0
1
cPanel Access Level
Root Administrator
How to open webfiles in browser?

Hi !

I'm very new to web hosting..I have my own domain,already uploaded web files into web server via FTP. But I'm not sure what's the path to open up the pages in browser?

The path I used:http://mydomain/test.php also ftp://ftp/domain/test.php
 

ravi9

Well-Known Member
Oct 31, 2013
65
1
6
India
cPanel Access Level
Website Owner
Re: How to open webfiles in browser?

Hi !

I'm very new to web hosting..I have my own domain,already uploaded web files into web server via FTP. But I'm not sure what's the path to open up the pages in browser?

The path I used:http://mydomain/test.php also ftp://ftp/domain/test.php
Make sure you upload files in:
/public_html directory

For example upload test.html in public_html folder. Then open:
yourdomain.com/test.html


Your website main page / homepage will be index.html / index.php
Create a file index.html and upload in public_html folder.

Now, try to open yourdomain.com

Hope that helps you :)