Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hello, as per title of the topic I have noticed that after changing my primary domain name (removing an extra trailing www), the psa db www_root ("hosting" table) and home ("sys_users" table) were not updated and still point to the old address, causing the httpd_ip_default creation to point...
Hello! Allow me to bump my previous message. I'm wondering if anybody faced the same issue upon main domain name change and if the steps I'm mentioning are correct and particularly risky...
@trialotto
Update.
I think I have found the main inconsistency:
running:
plesk db
select dom_id,sys_user_id,www_root from hosting where dom_id=X;
returns the old www_root: /var/www/vhosts/www.site.com/httpdocs (which still exists) instead of the expected /var/www/vhosts/site.com/httpdocs...
Hi again. Yes I have root ssh access. No I do not speak Dutch XD I'm Italian.
Let me clarify: in plesk gui (hosting settings > domain name) I have this domain (the main and only one): site.com
This was previously www.site.com, resulting in a double www.www (as plesk already adds the trailing...
Hello! Thank you for your answer. Indeed the /var/www/vhosts/site.com/httpdocs is empty (it does not even exists), whereas /var/www/vhosts/www.site.com/httpdocs is serving the content. Problem is, the httpd_ip_default.conf file (the Apache conf for the main site in...
Hello, we had to change the primary domain name because it included an extra www (so it was www.www.SITE.COM). The website works fine, no apache errors but /var/www/vhosts/SITE.COM has no httpdocs, which is served, as per apache documentroot in...