le immagini...ancora loro

1 contenuto / 0 new
le immagini...ancora loro

ciao ragazzi,
ho fatto veramente di tutto ma ora nn mi viene in mente nessuna soluzione.
Le immagini!! non riesco a visualizzarle nei contenuti pubblicati. le vedo solamente quando creo il contenuto...
Ho modificato il .htaccess

  RewriteEngine on
  # Modify the RewriteBase if you are using Drupal in a subdirectory and the
  # rewrite rules are not working properly:
  # RewriteBase /drupal
  # Rewrite old-style URLS of the form 'node.php?id=x':
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^id=([^&]+)$
  #RewriteRule node.php index.php?q=node/view/%1 [L]
  # Rewrite old-style URLs of the form 'module.php?mod=x':
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
  #RewriteRule module.php index.php?q=%1 [L]
  # Rewrite URLs of the form 'index.php?q=x':
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Ho aggiunto al file setting.php la stringa:

ini_set('memory_limit', '128M');

Ho modificato il Metodo di download in pubblico.

Ho modificato il formato di Input in Full HTML

ma...le immagini non vogliono ancora mostrarsi.
Che posso fare???