• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

php.int template for additional domains [open_basedir errors]

JP Kelly

Regular Pleskian
When an additional domain is added to a subscription the template in /var/www/vhosts/.skel/0/conf is used.

Here is my template:
Code:
[PHP]
open_basedir = /var/www/vhosts/@domain_name@/httpdocs:/tmp
safe_mode = Off

For the new domain I get open_basedir errors because the php.ini file generated does not have the path for the directory of the new domain's web root.

Any ideas how to fix this?
Is there a template variable to insert the primary domain name into the new php.ini rather than the new domain name?
 
Last edited:
Back
Top