|
Sounds like your problem has been solved with the suggestion to empty your browser cache, or your browser's eventual check online for a new page.
Another possibility for why example.com/ and example.com/index.html can be different is because some Web site administrators may use .htaccess (on Apache) to specify a different name for the default page, using:
DirectoryIndex pagename.html
I ran into that situation some years ago when a friend let me post my site on his server, and I ended up with having to use example.com/myfolder/index.html.
|