VirtualCed
New Pleskian
Hello,
Sorry if this has already been asked, I don't find relevant keywords to do the search.
I'm using Thrive plugins (http://petitlien.pl/thrivepages ) and they need to run some php files that are blocked by my apache config directives
as you can see here : http://screencast.com/t/bNCZyIkIx
Where can I edit this to solve my issue ?
I've comment them manually in the
/var/www/vhosts/system/domain.com/conf/httpd.conf
But I don't now if it is the best place to do it, or if it can be in the webinterface.
And also if I can only allow certain files.
Thanks for your help
Cédric
Sorry if this has already been asked, I don't find relevant keywords to do the search.
I'm using Thrive plugins (http://petitlien.pl/thrivepages ) and they need to run some php files that are blocked by my apache config directives
Code:
<Directory "/var/www/vhosts/domain.com/httpdocs/wp-content">
<FilesMatch \.php$>
Require all denied
</FilesMatch>
</Directory>
as you can see here : http://screencast.com/t/bNCZyIkIx
Where can I edit this to solve my issue ?
I've comment them manually in the
/var/www/vhosts/system/domain.com/conf/httpd.conf
But I don't now if it is the best place to do it, or if it can be in the webinterface.
And also if I can only allow certain files.
Thanks for your help
Cédric