Hi Martin,

Dan suggested to put

$farmPath = 'http://www.example.com/boltwire/farm';

in index.php before calling the engine. This did not work for me.

Dan's other suggestion was:

"You might also temporarily turn off the cleanUrls and see if somehow
that is not causing the problem. In which case the issue is likely
buried in your.htaccess file."

Bingo! Without clean URLs I have images on level 2+ pages.

I don't see any problems with my .htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?p=$1 [L]

Do you?

Regards, Markus

On Sep 29, 10:03 pm, Martin <[email protected]> wrote:
> It seems that 3.16 does not link images if p0 has more than two parts.
>
> www.example.com/main= okwww.example.com/main/header= 
> okwww.example.com/main/great_article/555= no images
>
> Greetings, Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to