Yes, I have the same caching issue as everyone else. I saw the suggestion in http://forums.cpanel.net/f402/fix-defaultwebpage-redirection-caching-280082.html to add <meta http-equiv="Pragma" content="no-cache" /> to /usr/local/apache/htdocs/index.html . It's by default a 3-line html file, with this:
Any reason not to completely replace index.html with a page that does *not* redirect ?
Is it used for anything else I'm not thinking of ? I want my /cpanel/ and /webmail/ links to keep working for example, but seems they would be unaffected. Anything else?
Google and forum search results are overwhelmed by the typical problem with it, so I had a hard time searching for an answer to this question.
Code:
<META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi">
Is it used for anything else I'm not thinking of ? I want my /cpanel/ and /webmail/ links to keep working for example, but seems they would be unaffected. Anything else?
Google and forum search results are overwhelmed by the typical problem with it, so I had a hard time searching for an answer to this question.