I have problem with PageImage plugin.
After adding slot to my theme:
<?php echo ipSlot('pageImage'); ?>
- image not displayed
Plugin created link to image:
<img src="file/2014/09/06/filename.png" alt="">
Maybe IP trying read file from:
http://testsite.com/pl/file/2014/09/06/filename.png
Maybe i have bad settings modrewrite?
Thanks in advance.