• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue plugin with php5 and server use php7

Ankebut

Regular Pleskian
Hello,

i have change my Server to 7.014 all is fine working only i have one old plugin that doesn't work, i have add in the folder were is the plugin a htaccess file with:

Code:
<Files *.xml>
Order Deny,Allow
Deny from all
</Files>
AddHandler application/x-httpd-php56 .php

but that dont work :( have any a idea for me that this plugin works?
 
You can switch back to php5.6 using your domain php settings :

Screenshot34.png


But there is no way to use php5.6 and php7 at the same time.
 
Nobody there to response to this issue? I have same problem. AddType or AddHandler will be ignored in htaccess settings. I use this often for xml or rss or html.
 
The OP's question is confusing.

Does "plugin" mean WordPress plugin? If so, what the OP wants to do is not possible.
 
Back
Top