image with filenames still downloaded as index.php

Users can post any error messages or bugs that they find with the software for other users to discuss and provide a work around if any.
Post Reply
xconan
Posts: 21
Joined: Thu Oct 12, 2006 4:46 am

image with filenames still downloaded as index.php

Post 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.
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Post 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.
xconan
Posts: 21
Joined: Thu Oct 12, 2006 4:46 am

thanx, tested but does not work

Post 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
Post Reply