[SOLVED]

Posts: 32
Joined: 02/05/2008

Hi,

my hosting provider, Lanten has solved my problem.

The solution was to replace content of .htaccess file in 'files' directory with the following code: (the original content is in the first 3 rows)

#SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
#Options None
#Options +FollowSymLinks
<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
  Order allow,deny
  deny from all
</FilesMatch>

DirectoryIndex index.php

Now it works perfectly!

- image uploads: OK
- imagecache conversions: OK
- directory creation: OK
- moving images: OK
- browsable: OK
- security: OK

Thanks everyone!

Zsigmond

PS: If they detail the current PHP/apache settings, I'll publish it here.

Images not showing up By: MisterTC (75 replies) Tue, 01/15/2008 - 10:39