Domain expires in plesk automatically even when we set expiry period as unlimited.

ARUN Post in PLESK BACKEND, PLESK FRONTEND
0

Domain aotomatically expires even if we have setup unlimited expiry period in plesk.

SOLUTION :

for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e “select name from domains”`; do /usr/local/psa/bin/domain_pref -u $i -expiration -1;done

NOTE: All the domains will be changed to unlimited domain expiry.

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.