Problema visualizzazione immagini
Posted: Tue Oct 21, 2008 3:35 pm
Salve a tutti
non riesco proprio a visualizzare le immagini nel mio sito, mi sono fatto anche un bel giretto nei topic ma non sembra esserci soluzione/risposta, ho paura sia un errore banale...
#Document root as seen from the webserver. No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config['root_url'] = 'http://www.miniereingurtosu.it';
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on')
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/web/www.miniereingurtosu.it/website';
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/home/web/www.miniereingurtosu.it/website/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
Qualcuno mi sa dire se sbaglio il path o l`url o tutti e due, o qualsiasi altra cosa
l1indirizzo del sito e`www.miniereingurtosu.it hosting su tiscali
Grazie in anticipo
non riesco proprio a visualizzare le immagini nel mio sito, mi sono fatto anche un bel giretto nei topic ma non sembra esserci soluzione/risposta, ho paura sia un errore banale...
#Document root as seen from the webserver. No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config['root_url'] = 'http://www.miniereingurtosu.it';
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on')
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/web/www.miniereingurtosu.it/website';
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/home/web/www.miniereingurtosu.it/website/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
Qualcuno mi sa dire se sbaglio il path o l`url o tutti e due, o qualsiasi altra cosa
l1indirizzo del sito e`www.miniereingurtosu.it hosting su tiscali
Grazie in anticipo