• 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.

Recent content by mfarooqi

  1. M

    Issue my subdomain is redirecting to the plesk index

    I'm sorry.. This didn't work. after a few refreshes.. !!!
  2. M

    Issue my subdomain is redirecting to the plesk index

    I had the same issue for days.. and finally I figured it out and solved it.. on the domain domain side, where I've registered my domain, i created the same subdomain too. So. in plesk, I 've a subdomain with only ns1 and ns2 settings (Which it sets itself at the time of creating a subdomain)...
  3. M

    Question ob_flush(); is not working

    Hmmm okay. Turning off Gzip will be permanent? Can we do this change on and off before running the script and after running the script respectively? Also is it a domain based setting or server based? I have a VPS. I can make a new subdomain based an a separate account with this setting if this...
  4. M

    Question ob_flush(); is not working

    I am actually using a number of "mixed" AJAX and PHP functions. I can handle Ajax calls. But in this particular scenario There are a number of PHP based processings. And I want to know which function is currently running to show user "actual" processing in the backend.
  5. M

    Question ob_flush(); is not working

    Thanks for your reply. This could be a PHP issue, or script wise some issue.. but the same code is working fine on my localhost. May be output buffering is not working.. Can you please suggest if there is any settings that could cause this thing not working?
  6. M

    Question ob_flush(); is not working

    Hello, I have been trying to make following code work. ob_flush(); flush(); following code works perfectly fine on my local host with PHP7x. header('Content-Type: text/html; charset=UTF-8'); if (ob_get_level() == 0) ob_start(); for ($i = 0; $i < 10; $i++) { echo '|'.$i; ob_flush()...
  7. M

    Question Can I install plesk on already installed everything

    Hi, I've installed everything.. Server started running, but I can't handle all manual setup... so Can I install Plesk Obsidian on already completed setup server where MySql, Apache, PHP7, SSL, User Accounts etc are setup. ? or it needs fresh OS. ? BTW. i'm running Ubunu20.04. Thank you
Back
Top