PDA


View Full Version : home Page Image Paths


Density5
04-16-2005, 01:27 AM
Hi, i have a standard ./forums setup - I have my index.php in the root folder - every time i change my Image Paths to forum/images in my template i lose all my images on my forum but gain the images on my homepage - what can i do to fix this?

zenithrs@bigpon
04-16-2005, 05:08 AM
Use an absolute path, not relative. i.e. /forum/images not forum/images

Lizard King
04-16-2005, 06:25 AM
you have to change all the image paths from /forum/images to http://www.yoursite.com/forum/images otherwise it will not work

zenithrs@bigpon
04-16-2005, 06:57 AM
Works fine here with /forum/images , but the full url will work as well of course.

mholtum
04-16-2005, 07:16 AM
you have to change all the image paths from /forum/images to http://www.yoursite.com/forum/images otherwise it will not work
mine work fine with /forum/images/.......... as well

Density5
04-16-2005, 11:38 AM
Wow the repsonce - Thanks guys, it was just the / that was stopping me Doh! - i have tried both, full url and /forums/images and they both work . ty once again :)