Home > Net >  why my local web is not shown after uploading in Github?
why my local web is not shown after uploading in Github?

Time:02-17

I am a beginner in web design and i try to upload my web on github to public share. In Github pages I see "Your site is published at https://ariyandev.github.io/" but when I click on it in new page this message is seen:

404 File not found

The site configured at this address does not contain the requested file.

If this is your site, make sure that the filename case matches the URL. For root URLs (like http://example.com/) you must provide an index.html file.

Read the full documentation for more information about using GitHub Pages.

and I don't know what is my mistake. please help me about it.

CodePudding user response:

The index.html file in the github repository was incorrectly named "Index.html" with an uppercase 'I' instead of a lowercase 'i'.

  • Related