Multisite issue with uploading PHP
-
My URL is https://hoosierhoopsreport.com.
I set up blog via multisite with the address of https://hhm.hoosierhoopsreport.com.
I also have domain mapping, with the URL pointing at it as https://hoosierhoopsmagazine.com.I know that’s all working up that point, and I have a couple of other blogs with their domain mapped. Also of note, I’m using PHP Execution plugin so I can run PHP code on my Pages, mainly using includes.
One of my hhm Pages has within PHP tags:
include('https://hoosierhoopsmagazine.com/resources/input_team.php');
That file is not showing up. It’s been uploaded via FTP, and I see it in my file manager. I do all my back end coding and custom MySQL queries on regular PHP files then access them with INCLUDES. It’s easier to make changes.
What pathway should I be using?
- The topic ‘Multisite issue with uploading PHP’ is closed to new replies.