Dixi:

>Maybe I have to strip .jpg off here?

No, because when I change:

 MapUrl  /$                      [EMAIL PROTECTED]
 MapUrl  /favicon.ico            [EMAIL PROTECTED] favicon    
-MapUrl  /([^/]+)$               [EMAIL PROTECTED]
+MapUrl  /([^/]+)(\..+)?$        [EMAIL PROTECTED]
 MapUrl  /([^/]+)/$              [EMAIL PROTECTED]
-MapUrl  /([^/]+)/(.+)$          [EMAIL PROTECTED]
+MapUrl  /([^/]+)/(.+)(\..+)?$   [EMAIL PROTECTED]

 include                         /etc/fwwif/*.app

 MapUrl  /images/(.*)            [EMAIL PROTECTED] $1

then not even the favicon or stylesheet work almost right.

//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to