• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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