我有一个自定义的PHP脚本,主站点URL来自settings.php文件。最近,我注册了CDN,以帮助提高网站解析速度。
但是我必须在settings.php中输入CDN提供程序的URL,我对如何执行此操作感到有些困惑。
有人可以帮助我知道如何在这些部分中输入URL吗? 新网址为http://f3z7i3e9.stackpathcdn.com
$site_path = $_SERVER["DOCUMENT_ROOT"].$sitefolder;
$site_url = "https://".$_SERVER["HTTP_HOST"].$sitefolder;
$main_site_url = $site_url;
$secure_url = "https://".$_SERVER["HTTP_HOST"].$sitefolder; //SSL USAGE
$url = "https://".$_SERVER["HTTP_HOST"].$_SERVER[REQUEST_URI];