Is it in any way possible that BoltWire causes boltwire/farm/img files
to "rewritten" falsely?

The story:

In my /.htaccess I have this line:

RewriteRule ^boltwire/farm/img/.*$ - [L]

Reads to me: Don't rewrite farm images. Ever.

This works on top level pages. But as soon as a page contains a dot,
the image address changes from correct to:

http://localhost:8888/field/some/page/boltwire/farm/img/pic.png

I wondered if my rewrite rule misses the picture because it's wrongly
requested?

Local images work and are never rewritten with this rule:

RewriteRule ^field/files/.*$ - [L]

Markus

-- 
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