Obtaining direct image path URLs

Vlissengen

Joined: 2005-01-03
Posts: 7
Posted: Tue, 2005-11-08 17:38

Is there anyway to obtain the direct path of an image? I ask this because using the current code that links to an image can cause me trouble when posting in message boards. Thanks.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-11-09 06:45

use url rewrite module to get urls that end with .jpg etc.
if you secure your data as recommended by putting g2data dir outside of your document root then there is no url to directly access the image file.

 
scottnemiro

Joined: 2006-05-02
Posts: 57
Posted: Wed, 2006-05-03 13:12

can anyone comment on this in more depth... i also need the direct image path as most blogs blok out the code <php> ...

 
shocksll
shocksll's picture

Joined: 2005-06-22
Posts: 352
Posted: Wed, 2006-05-03 13:14

Try the formatted urls module

Steve Lineberry