The same happens to field/files/favicon.ico but not to field/files/
pic.png.

As soon as I dive below top-level my favicon disappears. In case
anyone wants to check if I am causing this with weird htaccess rules:

RewriteEngine on
RewriteRule ^boltwire/farm/img/.*$ - [L]
RewriteRule ^field/files/.*$ - [L]
RewriteRule ^field/(.*)$ field/index.php?p=$1 [QSA,L]
RewriteRule ^$ /field/ [R=301,L]

Markus

On Mar 18, 10:34 pm, Markus <[email protected]> wrote:
> 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