Jump to content

Edit History

Behc98

Behc98

On 12/11/2018 at 4:57 PM, Sasha Chirico said:

I solve it, by disabling the caches, and I have enabled the force compilation of templates and add this code to your .htaccess

<RequireAny>
    Require method DELETE GET POST PUT OPTIONS
</RequireAny>

<Limit GET POST PUT DELETE HEAD OPTIONS>
    Order allow,deny
    Allow from all
</Limit>
<LimitExcept GET POST PUT DELETE HEAD OPTIONS>
    Order deny,allow
    Deny from all
</LimitExcept>

There is the fix: https://github.com/PrestaShop/PrestaShop/issues/10198




Only  adding this to the PrestaShop admin folder/.htaccess file solved my problem. Thanks

<RequireAny>
    Require method DELETE GET POST PUT OPTIONS
</RequireAny>

 

Behc98

Behc98

On 12/11/2018 at 4:57 PM, Sasha Chirico said:

I solve it, by disabling the caches, and I have enabled the force compilation of templates and add this code to your .htaccess

<RequireAny>
    Require method DELETE GET POST PUT OPTIONS
</RequireAny>

<Limit GET POST PUT DELETE HEAD OPTIONS>
    Order allow,deny
    Allow from all
</Limit>
<LimitExcept GET POST PUT DELETE HEAD OPTIONS>
    Order deny,allow
    Deny from all
</LimitExcept>

There is the fix: https://github.com/PrestaShop/PrestaShop/issues/10198

Adding this to the PrestaShop admin folder/.htaccess file solved my problem. Thanks
 

<RequireAny>
    Require method DELETE GET POST PUT OPTIONS
</RequireAny>

 

×
×
  • Create New...