• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

index.php not loading on some domains.

D

dennysp

Guest
Hi,
I just installed 7.5.1 and I notice that some domains only display the contect of any .php file instead of actually running it. This only happens in a couple of domains. I don't see vhost.conf file or anything different in the configuration. Can someone please advice on what could be the problem?

Thanks
-d
 
This problem seems to be in short tag problem, probbbly is off in php.ini.
This is happening when you use in php files like this.

<?php - this is the correct sentence
nd you have
<? - this is wrong. put in all php file lik I mentioned and will work.
 
Try turning display_errors on in your php.ini.
This should give you a clue as to whats going on.

I would turn it off afterwards being it really makes a mess of sites which are coded sloppily :p
 
Do you have PHP enabled for these domains in Plesk? Try copying one of the scripts which don't work to a domain which you think does work to see if it's server config or domain config not working.
 
Back
Top