Latest News: (loading..)
Issue Information
-
#000506
-
0 - None Assigned
-
New
-
2.3.2
-
-
Issue Confirmations
-
Yes (0)No (0)
Everything works correctly.
Probably my server has created the problem described above.
Probably my server has created the problem described above.
After further insights, I have found that there is a installation problem really.
I've attached the phpinfo data of the Italian Server (www.aruba.it) so you can check the settings. Here, the installation creates the problem described in my first topic
Also follow the phpinfo data relating to the Web Server www.000webhost.com, where the installation is successful.
I've attached the phpinfo data of the Italian Server (www.aruba.it) so you can check the settings. Here, the installation creates the problem described in my first topic
Also follow the phpinfo data relating to the Web Server www.000webhost.com, where the installation is successful.
Attached Files
I have the same problem using Aruba .
If I delete the .htaccess in the images folder, images are displayed.
this is .htaccess file:
# $Id$
#
# This is used to restrict access to this folder to anything other
# than images
# Prevents any script files from being accessed from the images folder
<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
Order Deny,Allow
Deny from all
</FilesMatch>
Options -Indexes
and for security reason doesn't allow php pages to show iamges .... (I think so)
Someone can help me?
If I delete the .htaccess in the images folder, images are displayed.
this is .htaccess file:
# $Id$
#
# This is used to restrict access to this folder to anything other
# than images
# Prevents any script files from being accessed from the images folder
<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
Order Deny,Allow
Deny from all
</FilesMatch>
Options -Indexes
and for security reason doesn't allow php pages to show iamges .... (I think so)
Someone can help me?
I have the same problem using Aruba .
If I delete the .htaccess in the images folder, images are displayed.
this is .htaccess file:
# $Id$
#
# This is used to restrict access to this folder to anything other
# than images
# Prevents any script files from being accessed from the images folder
<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
Order Deny,Allow
Deny from all
</FilesMatch>
Options -Indexes
and for security reason doesn't allow php pages to show images .... (I think so)
Someone can help me?
If I delete the .htaccess in the images folder, images are displayed.
this is .htaccess file:
# $Id$
#
# This is used to restrict access to this folder to anything other
# than images
# Prevents any script files from being accessed from the images folder
<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
Order Deny,Allow
Deny from all
</FilesMatch>
Options -Indexes
and for security reason doesn't allow php pages to show images .... (I think so)
Someone can help me?
To solve the problem change into following .htaccess files:
catalog/ext/.htaccess
catalog/images/.htaccess
catalog/pub/.htaccess
the:
Options -Indexes
Options +FollowSymLinks -Indexes
with:
#Options -Indexes
#Options +FollowSymLinks -Indexes
catalog/ext/.htaccess
catalog/images/.htaccess
catalog/pub/.htaccess
the:
Options -Indexes
Options +FollowSymLinks -Indexes
with:
#Options -Indexes
#Options +FollowSymLinks -Indexes










