You can create in ISPConfig website cloud.example.com, and install there. Is there a reason you did not choose this route?
Sir, My server already installed with ISPConfig I am facing problems while installing Nextcloud in sub domain cloud.example.com whereas it works if the install is in www.example.com/nextcloud Thanks for your reply Regards, Abin
But, I am not able to install Nextcloud in this website If I install in www.example.com/nextcloud, it works! B/R
Do you still have the .vhost files you modified for that website? You should use the configuration ISPConfig makes, and not modify it. Especially those chmod commands you used will break the website, since website user can not write to the website files. Perhaps remove the website and create it again to start from a clean slate, or test first with a new website with different name. Unless Nextcloud is quite strange, it should work on a normal ISPConfig website.
Sir, Thank you for your advise, finally I made it! I set up ISPconfig https://www.howtoforge.com/tutorial...-stretch-apache-bind-dovecot-ispconfig-3-1/3/ on a fresh Debian 9 VPS Then I created website cloud.example.com along with Database, DNS, Email, etc etc to make a website running Logged in to my server as root user: root@# wget https://download.nextcloud.com/server/releases/latest.zip root@# unzip latest.zip root@/var/www/clients/client1/web2/web/# mv nextcloud/* ./ root@/var/www/clients/client1/web2/web/# rmdir ./nextcloud/ rm -f latest.zip chown -R www-data:www-data /var/www/clients/client1/web2/web/nextcloud/ chmod -R 0777 /var/www/clients/client1/web2/web/ Then opened cloud.example.com All done! Thank you so much for your help! ISPconfig is great web hosting panel!!! B/R
@Fernando Rodriguez , you should not hijack threads. Create a new thread and provide some info on your setup. https://www.howtoforge.com/community/threads/please-read-before-posting.58408/