Index file not viewable

asshu

New Member
Messages
31
Reaction score
0
Points
0
Sir ,
I am newer to uploading files trough ftp . I firstly uploaded files trough ftp to public_html files .later I deleted first file i uploaded as trial file and uploaded again the file as index.html trough ftp .But it’s still not showing any data .
Please guide me about the reloading of new pages and updating that webpages frequently
My URL:www.webvyasa.in (webvyasa.elementfx.com)
Cpanel :webvyasa
 

cenobite321

Member
Messages
77
Reaction score
0
Points
6
Sir ,
I am newer to uploading files trough ftp . I firstly uploaded files trough ftp to public_html files .later I deleted first file i uploaded as trial file and uploaded again the file as index.html trough ftp .But it’s still not showing any data .
Please guide me about the reloading of new pages and updating that webpages frequently
My URL:www.webvyasa.in (webvyasa.elementfx.com)
Cpanel :webvyasa

Try to delete the index.html file you've got through CPanel's File Manager (seems it is believing it's a folder and not a file) then in the public_html folder create a new file in the File Manager (New File) and name it "index.html" and just write:

<html>
<head> <title> index </title></head>
<body>
This is the index
</body>
</html>

try to get inside your website again.
 

vol7ron

New Member
Messages
434
Reaction score
0
Points
0
it looks like it's seeing index.html/ as a directory. This could be a .htaccess issue.

I would make sure I uploaded the file correctly in ASCII and not Binary. And make sure the host is recognizing the file correctly.

You may have to create the file through the application and copy the HTML manually as cenobite suggested.
 

asshu

New Member
Messages
31
Reaction score
0
Points
0
Thank you all ! I learn how to do this and i uploaded some files also . But now my site is not viewable and even unable to log in.What may be the reason
Edit:
It's working now ! Thank you !
 
Last edited:
Top