Page 1 of 1

No index.html

Posted: Thu Apr 16, 2020 8:22 am
by SergeFog
I posted my site and I see it in the "FTP Directory" but I can't get into it.
And I don't see the "index.html" in the "FTP Directory".
What should I do?

Re: No index.html

Posted: Thu Apr 16, 2020 8:46 am
by BaconFries
First ensure you have uploaded all files and check again. Second perhaps you have named the index to something else such as home?

Re: No index.html

Posted: Thu Apr 16, 2020 9:31 am
by jerryco
What is the name of the directory you published in? Often it can be public_html and that is then the first page of your website.

Re: No index.html

Posted: Thu Apr 16, 2020 3:01 pm
by SergeFog
on the hosting server the name of the directory is: PUBLIC_HTML\wysiwyg_334alef.co.il\
an there is no INDEX.HTML file
after publishing Iget
"The requested URL was not found on this server."
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

on my PC in LOCAL PUBLISH there is no INDEX.HTML file
But after publishing I can go in the site from my local disk.
?????

Re: No index.html

Posted: Thu Apr 16, 2020 3:08 pm
by Pablo
Did you create an index page in the Site Manager?

Re: No index.html

Posted: Thu Apr 16, 2020 3:14 pm
by jerryco
PUBLIC_HTML\wysiwyg_334alef.co.il\

Do you have a website named wysiwyg_334alef.co.il ? Otherwise you will always get a not found error.

Can you try publishing to just PUBLIC_HTML? If there is nothing there?

Re: No index.html

Posted: Thu Apr 16, 2020 4:19 pm
by SergeFog
No the name isn't "wysiwyg_334alef.co.il" but "334alef.co.il"
I try in "public_html/334alef.co.il" also but not working!!!
The is NO index.html... why?

Re: No index.html

Posted: Thu Apr 16, 2020 4:27 pm
by jerryco
Did you try publishing in public_html? So you would have public_html/index.html?

Re: No index.html

Posted: Thu Apr 16, 2020 4:42 pm
by SergeFog
I can't publishing in the "public_html" there is a other domain taking the place.
I try to publish there but NO INDEX.HTML
why there is no INDEX.HTML
I'am working with a other program and it's working from public_html/334alef.co.il
The only problem is that is NO INDEX.HTML (the same in Local publish).

Re: No index.html

Posted: Thu Apr 16, 2020 5:33 pm
by Pablo
If there is no index page then either you have removed it from the site manager or you have set to 'do not publish'.

To be able to help you, we need to see what you have done.
Please include more information, like your project file.

Re: No index.html

Posted: Thu Apr 16, 2020 5:46 pm
by BaconFries
As Pablo's reply please provide a copy of your project so we can view it and then see what you have done. Or please take a screenshot of the site manager with all its content / pages so we can see if it contains a index page or not. As previously mentioned by myself is it possible you have renamed the index page to something else this could explain when you publish that it doesn't show....

Re: No index.html

Posted: Thu Apr 16, 2020 9:47 pm
by clarkep
if you do a trace on http://wysiwyg_334alef.co.il/ it says This is neither a valid IP addres nor a valid domain or url maybe this is why SergeFog can not access the site also.

Re: No index.html

Posted: Fri Apr 17, 2020 12:57 pm
by Adrian
Hello SergeFog,

I saw your home page ( http://334alef.co.il ), your problem is that you main page is named "Home-Page.html".

it should be "index.html".

Every Webserver, to display the content, search for a file named "index.html" or "index.php".

So, I suppose if you rename in your WWB project file your "Home_Page" in index and publish again your Website via FTP to the server, it should work.

Another way is to rename via FTP (on the Webserver) your "Home_Page.html" into "index.html".

Many Regards from Germany , Adrian

Re: No index.html

Posted: Fri Apr 17, 2020 1:34 pm
by SergeFog
I try to rename and also to copy the home_page.html to index html (from the CPanel) but no use.
why there is ni index.html with the publishing of my site?
you can try to go to www.334alef.co.il... you get "index of /"

Re: No index.html

Posted: Fri Apr 17, 2020 1:47 pm
by Pablo
Your index page is wrongly named: "Index", It should be "index"

I strongly recommend to use lower case naming for your pages, because a web server is case sensitive.

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... f=10&t=131

Re: No index.html

Posted: Fri Apr 17, 2020 3:15 pm
by SergeFog
Thanks for everything!
Everything works perfectly.