Page 1 of 1

image with filenames still downloaded as index.php

Posted: Sun Nov 12, 2006 8:14 am
by xconan
If pages open up with images with filenames why does PL still download them as index.php and not the filename? Anyone with same issues or how do you resolve this issue? Thanks.

Posted: Sun Nov 12, 2006 6:30 pm
by KoalaBear
This kind of site using PHP to generate pictures dynamic, you can try to select main menu->Project->Properties->Picture Filename->Customize Filename to setting your picture filename.

thanx, tested but does not work

Posted: Mon Nov 13, 2006 9:28 am
by xconan
thank you for your help.

tried using the customization feature but it will still show index.php given the following psuedo site name www.test.com/dtr/gallery/db0ce8/index.php?n=12.jpg
with parameter --> PATH+"_"+DIGIT(22)+ext
test shows /images/_22.jpg however the end result in the browser still shows index.php as the filename instead of images_22.jpg