1
Hello,
I have:
Versión de Xoops XOOPS 2.5.0
Versión de PHP 5.2.13
Versión de mySQL 5.0.51a-24-log
API del Servidor cgi-fcgi
OS Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen Off
fsockopen On
post_max_size 8M
max_input_time 60
output_buffering 4096
max_execution_time 30
memory_limit 128M
file_uploads On
upload_max_filesize 2M
Well, I upload a image with image manager, and i can choose it to use into a block. Ok. But, when I see it in the web it is no accesible.
Even writing the url in my browser it isn't visible. I have 777 permision to the uploads folder... I don't know where is the problem!
There are a file .htaccess in the folder with the folow text:
# secure directory by disabling script execution
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi .php5 .php4 .php3 .phps
Options -ExecCGI -Indexes
Please, help me!