• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Hasina Patrick

  1. H

    Question .htaccess for wordpress

    Hello! I use Nginx.
  2. H

    Question .htaccess for wordpress

    The problem is about permalink. when i do https://domain.com/subdomain, it works. but if I do https://domain.com/subdomai/item/xxxx it return 404 error so I need the basic htaccess file if yopu have this. Thank you
  3. H

    Question .htaccess for wordpress

    Dear all, I need to have the basic .htaccess for wordpress on plesk? And if you have the best tuning for the wordpress on plesk, let me know? Thank you
  4. H

    Resolved Different PHP version for users

    I solved this problem. This is the way : - /usr/bin/php link to /etc/alternatives/php - /etc/alternatives/php link to /usr/bin/php5 So I unlink the second and make: ln -s /opt/plesk/php/7.0/bin/php /etc/alternatives/php. Thank you all for the collaboration
  5. H

    Resolved Different PHP version for users

    I send this picture of my php version Whereis php give the same directory.
  6. H

    Resolved Different PHP version for users

    Thank you, I see this and the PHP version 7.0.16. When I do on Command line : #php --version => it works fine for the root ie 7.0.16 but when I use the user: user$php --version => The version of php is 5.5.... Thank you
  7. H

    Resolved Different PHP version for users

    Hello, My problem is : - I upgraded the php version on 7.0.16; => it's ok - I run php on CLI with root . The version is 7.0.16 => it's ok - But when I run php on CLI with user-no-root , the php version 5.4 (old php version) => not OK So my question, How to change the php version of the...
  8. H

    Resolved Virutalhost with another domain

    Thank you! I research a solution because I don't see the DocumentRoot of alias domain.
  9. H

    Resolved Virutalhost with another domain

    Thank you where I write the virtualhost like this: <VirtualHost *:80> DocumentRoot /var/www/vhosts/domain.com/httpdocs/development ServerName development.domain.fr </VirtualHost> The domain.com is in Plesk and The domain.fr is Directadmin. Thanks
  10. H

    Resolved Virutalhost with another domain

    Hello, I don't know if it is possible but I ask the question. I have one subdomain xxxx.domain.fr in Directadmin. I configure the DNS of the subdomain to point in IP address of the Plesk. And in the Plesk, I'd like that the subdomain match with one folder or subdomain in httpdocs of the Plesk...
  11. H

    Resolved Plesk is unavailable

    Ok ,thank you. For now, I commented all the lines in /etc/sw-cp-server/conf.d/ssl.conf it runs now but I'd like to know how to use SSL in Plesk. Thank you for your quick reply.
  12. H

    Resolved Plesk is unavailable

    Hello, I'n new in Plesk. I have updated Plesk 12.0.18 to Plesk 17.0.7. All my websites run but I can't log on https://nsxxxxxx:8443. How can I do to solve this? Thank you
Back
Top