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 パスを手動で変更すると、仮想ホストとそのドメインの作成を自動化するというスクリプトの目的が無効になります。
助言がありますか?