Hi everyone,
I want users to manage one website (including subdomains) but not create new sites on the server.
If I set the role to “Create and manage sites,” they can add subdomains – but also see the “Add domain” option, which I want to avoid.
Is there a way to let users add subdomains...
Thanks for the help! I’ve now managed to get Xdebug working for the subdomain only.
What worked was setting the subdomain to use a Dedicated FPM application, adding the Xdebug config under Additional directives, and then restarting the dedicated handler service.
I had also tried enabling...
Hi everyone,
I have a domain – let’s call it example.com – with a subdomain dev.example.com. I’m trying to figure out if it’s possible to enable Xdebug only for the subdomain.
I’ve added the following configuration under the “Additional directives” section for dev.example.com:
However...