• 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 FastCGI Session

You can also use an event handler to create the directory and setup files.

You can get the php handler type by querying the database for that domain and only handle if its fastcgi

somethihng like

select php_handler_type from hosting h inner join domains d on d.id=h.dom_id where d.name='${NEW_DOMAIN_NAME}';
 
Back
Top