I just uploaded files to my website with FileZilla. When I type websitename.com nothing shows up, but when I type in websitename.com/filename.html then my website appears how I want it to. But how do I make my website appear when I just type websitename.com?

有帮助吗?

解决方案

Do you have an empty file called index.html (or any file named index) in your site root (the folder that www.site.com contains its first level of files)? If so, that's your problem.

If no index file exists, rename the file that is your homepage to index.html.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top