• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. P

    Additional nginx directives

    Hi I have a plesk 12.5 on CentOS 6.7 (Final) FPM application served by nginx is active on domain I'm trying to set rules for nginx on Additional nginx directives field but is not working I want to block php execution on uploads folder for security I tried some diferents rules location ~*...
  2. P

    How can i disable htaccess in plesk?

    If it can be useful to someone I write the solution I've found so far 1) Write this code on Additional Apache directives and Additional directives for HTTPS on every domain you want block htaccess files #Block htaccess files in domain.tld <Directory /var/www/vhosts/domain.tld/httpdocs>...
  3. P

    How can i disable htaccess in plesk?

    Hi in the file /etc/httpd/conf.d/zz010_psa_httpd.conf of the mentioned article http://kb.odin.com/en/124 i have this #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. making changes in...
  4. P

    How can i disable htaccess in plesk?

    Hi I have a plesk 12.5 on CentOS 6.7 (Final) I am using Plesk Panel Is posible to disable all htaccess files in a domain and configure all the "htaccess rules" ONLY from Additional Apache directives and Additional directives for HTTPS of this domain for security? it is advisable do that...
  5. P

    ¿How can i add mysql.sock path in php additional directives?

    Well i found the solution ^_^ In the php additional directives for the website domain in plesk must add : extension=pdo.so extension=pdo_mysql.so you can add all extensions that you need for domain maybe this is useful for someone
  6. P

    ¿How can i add mysql.sock path in php additional directives?

    Hi I have a plesk 12.5 on CentOS 6.7 (Final) and using Plesk Panel I have a problem with one blog that say this error : Class 'PDO' not found I think that for resolve this i must write and add the correct path to mysql.sock in the php additional directives for the website domain, in plesk...
  7. P

    ¿How disable PHP execution in certain directories with plesk?

    Hi I was recently hacked in a website :( One hacker put a backdor within an image that had php code inside look that YOU MUST secure all directories when a user can upload images or another file. Search in google "image Exif backdoor" for more info This is why i search to NO ALLOW php...
  8. P

    ¿How disable PHP execution in certain directories with plesk?

    Hi I have a plesk 12.5 on CentOS 6.7 (Final) I am using Plesk Panel I want to disable PHP execution in certain directories of a website I tried some things like 1 and 2 1) INSIDE Additional Directives for Apache for the Domain directory selected <Directory...
Back
Top