There are 3 reasons for this problem:
1. You would have uploaded your new files under root and not under public_html directory. Upload your new files under public_html directory.
Or
2. The public_html directory by default consists of a file index.html. While uploading your files, remove default index.html and upload your file index.html/index.php.
Or
3. Your browser may fetch the files from the browser cache. So, clear your browser cache. If you use mozila browser, just press 'Shift+Control+R' to reload the page.
Now you can view the new files. |