Hi! can I have a version of PHP in the root folder of a domain and another php version in a subfolder of the same domain? IE: /web <-- PHP 7.4 /web/projectOne <-- PHP 8.0 /web/projectTwo <-- PHP 8.1 Thanks!
ISPConfig does not support that. You might pull it off with very custom config. You might also be able to install two separate sites and reverse proxy the location of one project to the second site (eg. domain.tld/projectOne runs normally, domain.tld/projectTwo is a reverse proxy to a subdomain you create like projecttwo.domain.tld/projectTwo).
Thanks! not an issue at all, this is for a development project so I can easily add a new domain or subdomain and thats all, new independent /web folder and PHP version. Thanks anyway!
Thanks! that's what I wanted to avoid, and use something like cPanel .hteaccess php handler to have a different versions on a subfolders. It's a dev server anyway so going back and forward with PHP version is not an issue