I’m building a website on some free host server (using ftp, i guess), and when i try accessing my url e.g. www.somesite.somehost.com, it displays a blank page containing this:
Index of /
Index.html
So i need to click on index.html to view my first page. How can i make it display the index.html on screen by default (like showing up when i access my site’s url) ?
thanks.
If you have typed exactly what is shown when you access your url, then your problem is probably that your site is being run on a unix or linux machine where filenames are case sensitive.
If this is the case all you need do is to rename Index.html as index.html