Hello,
What is in the public_html directory of your account? If there is a index page in there, open it up and see if you can see the under construction message you are seeing on the domain. If so, removing should resolve this. If you are worried about removing the file, specify the index page to be the index.php file in the .htaccess:
.htaccess
===
DirectoryIndex index.php
===
Regards,
Hello,
If you see this post here from the guys at W3TC:
https://ww.wp.xz.cn/support/topic/looking-ahead-to-php-55-zend-optimizer-the-end-of-apc?replies=23
They don’t ever plan on supporting opcache even though it is a security issue to force clients to use modules that are no longer kept up.
Regards,