• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

major issue: deleting domain alias deletes domain files

iHuman

Basic Pleskian
the process:
- create a domain (example.com)
- create a domain alias (alias.com)
- set the domain alias to include web
- delete the domain alias via the Plesk control panel
- ftp to your primary domain (example.com)
- all of the files have been deleted

I've had this happen twice now...both times with v11.

very frustrating...
 
I can't reproduce it on Plesk 11.5:

Before creation alias for domain

# ll /var/www/vhosts/ppu11-5.demo.pp.plesk.ru/httpdocs/
total 32
drwxr-x--- 3 edythe1703.braun psaserv 4096 Jul 29 05:01 cgi-bin
drwxr-xr-x 2 edythe1703.braun psacln 4096 Jul 29 05:01 css
-rw-r--r-- 1 edythe1703.braun psacln 1150 Jul 29 05:01 favicon.ico
drwxr-xr-x 4 edythe1703.braun psacln 4096 Jul 29 05:01 img
-rw-r--r-- 1 edythe1703.braun psacln 11390 Jul 29 05:01 index.html
drwxr-xr-x 11 edythe1703.braun psacln 4096 Jul 29 05:01 test

# cd /var/www/vhosts/ppu11-5.demo.pp.plesk.ru/httpdocs/

# touch kkkk.html

# ll /var/www/vhosts/ppu11-5.demo.pp.plesk.ru/httpdocs/
total 32
drwxr-x--- 3 edythe1703.braun psaserv 4096 Jul 29 05:01 cgi-bin
drwxr-xr-x 2 edythe1703.braun psacln 4096 Jul 29 05:01 css
-rw-r--r-- 1 edythe1703.braun psacln 1150 Jul 29 05:01 favicon.ico
drwxr-xr-x 4 edythe1703.braun psacln 4096 Jul 29 05:01 img
-rw-r--r-- 1 edythe1703.braun psacln 11390 Jul 29 05:01 index.html
-rw-r--r-- 1 root root 0 Jul 29 12:46 kkkk.html
drwxr-xr-x 11 edythe1703.braun psacln 4096 Jul 29 05:01 test

After creating and removing alias I see the same content of directory:

# ll /var/www/vhosts/ppu11-5.demo.pp.plesk.ru/httpdocs/
total 32
drwxr-x--- 3 edythe1703.braun psaserv 4096 Jul 29 05:01 cgi-bin
drwxr-xr-x 2 edythe1703.braun psacln 4096 Jul 29 05:01 css
-rw-r--r-- 1 edythe1703.braun psacln 1150 Jul 29 05:01 favicon.ico
drwxr-xr-x 4 edythe1703.braun psacln 4096 Jul 29 05:01 img
-rw-r--r-- 1 edythe1703.braun psacln 11390 Jul 29 05:01 index.html
-rw-r--r-- 1 root root 0 Jul 29 12:46 kkkk.html
drwxr-xr-x 11 edythe1703.braun psacln 4096 Jul 29 05:01 test
 
Back
Top