• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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