• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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