I have created a new domain and uploaded index.html to public directory. but it isnt displaying and cpanel default page is displaying instead. how can I change the same??
-
Please don't [cross-post](http://superuser.com/questions/240687/how-can-i-change-cpanel-default-page-to-index-php-index-html). – Dennis Williamson Feb 02 '11 at 04:21
-
[Administration panels are off topic](http://serverfault.com/help/on-topic). [Even the presence of an administration panel on a system,](http://meta.serverfault.com/q/6538/118258) because they [take over the systems in strange and non-standard ways, making it difficult or even impossible for actual system administrators to manage the servers normally](http://meta.serverfault.com/a/3924/118258), and tend to indicate low-quality questions from *users* with insufficient knowledge for this site. – HopelessN00b Mar 30 '15 at 14:17
1 Answers
It is possible that your browser is presenting a cached copy of the page. Confirm that you are not caught in an old cache by performing a shift-reload, which forces (most) browsers to ignore their cache and request a fresh copy of the page from the server.
CPanel will stop presenting the default page when an appropriate index file is put in place. The fact that it isn't means that either you didn't put the page where CPanel is looking for it, or the file is not readable by the web server for some reason. Of these two, the first reason is the most likely.
You'll want to consult your documentation to ensure you've done what you think you've done. Also check the log files of your web service to ensure that the request you are making is getting served properly. If it still doesn't work, contact your provider and maybe they can help.

- 14,293
- 7
- 49
- 78