• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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