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.
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> ...
Posts: 8601
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.
Posts: 57
can anyone comment on this in more depth... i also need the direct image path as most blogs blok out the code <php> ...
Posts: 352
Try the formatted urls module
Steve Lineberry