2010-09-29, 03:28:20
What do you mean you can’t open any image?
In /data/ there is one that has:
But within /data/uploads/ there should be a different .htaccess:
This different .htaccess in /data/uploads/ makes sure that images and any other uploads will be accessible.
If you have no .htaccess in any of your /data/ folders and you have an “allow†inside the /data/ folder I will be able to check your XML files including your login name and other security information.
In /data/ there is one that has:
Code:
Deny from all
Code:
Options -Indexes
Allow from all
<Files *.xls>
ForceType applicaton/octet-stream
</Files>
<Files *.csv>
ForceType applicaton/octet-stream
</Files>
If you have no .htaccess in any of your /data/ folders and you have an “allow†inside the /data/ folder I will be able to check your XML files including your login name and other security information.
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!