How do I get my website to open on my index page?

I made a website using Dreamweaver, i loaded to y web hosting but when I type in my website it comes up with my directory structure folders. How do I get my website to come up with my index page?

When you upload your index page in your main folder or any directory folder, that page should open by default. If not, you should ask your hosting provider about it.

Keep in mind that your index page must be named "index", regardless of the type (index.html, index.htm, index.php, etc.)

3 Responses to “How do I get my website to open on my index page?”

  1. your web server will should open your index page first as long as it is called index.htm or index.html or index.php or.. etc

    what did you name your index file?
    References :
    experience

  2. When you upload your index page in your main folder or any directory folder, that page should open by default. If not, you should ask your hosting provider about it.

    Keep in mind that your index page must be named "index", regardless of the type (index.html, index.htm, index.php, etc.)
    References :

  3. Make sure that:

    Your index file is named index.html, or index.htm (for HTML file), or index.php (for php file), or index.asp (for asp file).

    Your index file is located in the root of the web directory.

    Check for a file named ‘.htaccess’ present in your root directory. This file might rewrite URL’s. If it is present, post the content here so we can check it.
    References :

Leave a Reply