I am attempting to set up a file to be used on several domains so that I do not have to edit 50,000 files every time I want to make an adjustment.
I have a file that I would like to use on multiple domains.
I was using: (a few years ago) -?php require('https://www.ddddd.ddd/aaa/file.php'); ?- /path/to/my/site/public_html/include.php
But now it will not work.
"?php require('https://www.ddddd.ddd/aaa/file.php'); ?"
also, tried: Access-Control-Allow-Origin: * (and such)
allow_url_include is turned on everywhere
!!!!!!!!!!!!!!!!!!!!!!!! How do I show my fix? !!!!!!!!!!!!!!!!!!!!!!!!