Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Plesk API (1.6.0.2) 添加新域名。但是,我想为新创建的域生成特定的 .htaccess 规则。
我尝试在新创建的路径上使用 PHP 的 file_put_contents,但出现 open_basedir 错误。手动更改 open_basedir 路径有点违背脚本的目的,即自动创建虚拟主机及其域。
有什么建议么?