Wednesday 24 December 2003 9:57:36 am
Yes, I was trying to find it in the docs, but i didn't.
I test-installed the 3.3 final with gallery image and have problem with the image downloading.
The Template creates Links like
[..]/content/download/347/1207/image/IMG_3580.jpg
or
[..]/content/download/346/1204/image/FUNCHAL2.JPG While the second one worked, the first did not.
Debug: I installed using the "standard rewrite rules" for ez 3.x, which do NOT rewrite the common graphic formats (jpg,gif,png), because you will need them in the design of your site.
So, the first URL (*.jpg) does not get rewritten, but i guess the file does not physically exist at /content/download/.... So, it fails. The second (*.JPG, uppercase letters!) gets rewritten to inde.php, processed by ez3 and starts the download. That means: One must change the index.php rewrite rule or prepend one, that detects for (siteaccessname)/content/download
Is anyone familiar enought with rewrite rules? ;) ez, please insert the Rewrite Rules to the install docs and take care of this... I didn't find it in the install part, just in the config/security corner: http://ez.no/developer/ez_publish_3/documentation/configuration/security/nonvirtualhost
Marco
http://www.hyperroad-design.com
|