CreoCom Posted November 5, 2021 Share Posted November 5, 2021 Buongiorno, sto muovendo i primi passi con Prestashop e sto utilizzando una versione che mi installa automaticamente il mio Provider TopHost e queste sono le informazioni di base: Versione di PrestaShop: 1.7.7.4 URL negozio: http://www.buonodinatura.eu/ Percorso negozio: /home/mhd-01/www.buonodinatura.eu/htdocs Tema attualmente utilizzato: classic Ho provato a caricare dei prodotti per fare esperienza, ma le foto che ho caricato nell'Hp non si vedono mentre se clicco su anteprima si vedono Qualcuno può darmi qualche suggerimento per provare a risolvere questo primo problema Grazie Alberto Link to comment Share on other sites More sharing options...
antonypresta Posted November 5, 2021 Share Posted November 5, 2021 Ciao, prova chiedere al tuo host se è installato il modulo mod_pagespeed. In questo caso io ho risolto modificando il file .htaccess che si trova nella cartella img - ovviamente dfevi accedere con ftp Consiglio: Prima di sostituire il file rinomina il file originale .htaccess in .htaccess_old in modo tale che se per qualsiasi motivo dovessi riscontrare errori puoi ripubblicare il file originale. ####Questa è la versione originale prestashop del file htaccess nella cartella img: <IfModule mod_php5.c> php_flag engine off </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Allow from all </Files> </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Require all granted </Files> </IfModule> #####mentre questo è il file .htaccess modificato: <IfModule mod_php5.c> php_flag engine off </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|webp|ico)$"> Allow from all </Files> </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all granted <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|webp|ico)$"> Require all granted </Files> </IfModule> Link to comment Share on other sites More sharing options...
CreoCom Posted November 6, 2021 Author Share Posted November 6, 2021 Grazie per la risposta. Provo ad aprire un ticket presso il mio Host, nel frattempo ho cercato il file nella mia cartella img che al momento è cosi: <IfModule mod_php5.c> php_flag engine off </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Allow from all </Files> </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Require all granted </Files> </IfModule> Link to comment Share on other sites More sharing options...
CreoCom Posted November 6, 2021 Author Share Posted November 6, 2021 Nel frattempo mi ha risposto anche il mio Host che mi dice che non è installato il modulo speed page e di provare eventualmente a reinstallare Prestashop Link to comment Share on other sites More sharing options...
antonypresta Posted November 15, 2021 Share Posted November 15, 2021 Ok Link to comment Share on other sites More sharing options...
daninapoli Posted November 18, 2022 Share Posted November 18, 2022 come hai risolto ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now