I'm moving my site from shared hosting to a CloudVM package and I'm having a problem setting things up so that my php includes will work.
I've been using the following include to call the header to my pages
but it wont work on the new server.
Can anyone tell me what I need to change in my Plesk Control Panel so that they'll start working?
Or if I'm posting in the wrong forum, maybe direct me to where I might find help, thank you.
I've been using the following include to call the header to my pages
Code:
<?php include ("header.htm"); ?>
Can anyone tell me what I need to change in my Plesk Control Panel so that they'll start working?
Or if I'm posting in the wrong forum, maybe direct me to where I might find help, thank you.