• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. A

    Panel Access to onyl 1.ip and no domain

    There is no official way to set up panel IPs, but you can use firewall to block connections to some IPs.
  2. A

    Plesk 10.4.4 and Joomla 1.7

    Where do you find so old joomla? I just checked joomla 2.5 (from catalog) and it works fine.
  3. A

    WWW prefix problem

    Just checked www.madgyver.de and madgyver.de and both work fine. Both URLs redirect to "http://madgyver.de/index.php?de_home". If you still have this issue, try to refresh browser cache. Also, try to request http headers by curl: curl -I http://madgyver.de/ curl -I http://www.madgyver.de/...
  4. A

    How to remove features from Customer Control Panel

    To remove "application" tab you should turn off permission "Access to Application Catalog ". You can not remove "Websites and domains" tab for customer. But you can hide some buttons from this page by appropriate permissions.
  5. A

    Having Issues With mod_rewrite on subdomain.

    Which issue do you have? I checked you code (with `RewriteBase /' ) on my domain and it works fine. May be you forgot to restart apache after change config? Which file do you edit?
  6. A

    403 Forbidden Error after Migration

    I just check both addresses (http://dev.inwebmedia.com and http://fcm.inwebmedia.com) and they works fine. Anyway, if you want to see vhost config, you should check following file: /var/www/vhosts/dev.inwebmedia.com/conf/<TIMESTAMP>_httpd.include where <TIMESTAMP> is something like this...
  7. A

    Changing service plan owner

    Yes, it is a new feature, released in 10.4. Documentation should be updated shortly.
  8. A

    Changing service plan owner

    To see the service plan of reseller you can use following query: where 'owner-login' is reseller login. Or, if you want to see all service plans, you can try following:
  9. A

    Changing service plan owner

    There is no official way to change the owner of a service plan, but you can try use a little hack: change 'owner_id' in 'Templates' table in 'psa' database on your server. This may work or may doesn't, but, anyway, it is unsupported feature and you can use this on your own risk.
  10. A

    Apt-get blocked

    Could you run: apt-get -f install and provide decision, proposed by apt-get? Don't accept this decision, until you understand what are you doing, use 'q' to quit apt-get instead. And another good thing is make a backup of your server before doing any operations.
  11. A

    Use subdomain for testing/staging area

    If you subdomain works without files from livesite, that it is not a plesk issue. So, i think there is redirect, caused by you CMS. May be there is another *-url records in db or lines in config file?
  12. A

    Assign an SSL certificate to a subdomain

    There is no possibility to use panel certificate for domain. You should upload certificate for subdomain.
  13. A

    User account passwords vs mail account passwords

    To change CP user passwoord: 1) Login by user credentials; 2) Click on user name in top right corner; 3) Change password under "Panel Preferences" block.
Back
Top