Magnus Haraldsen Amundsen wrote:

And this works just fine when the url is like this:
http://www.mysite.com/myapp

However, when the url look like this:
http://www.mysite.com/myapp/admin

The images and stylesheets aren’t accessed. How can this be solved?

<map:match pattern="**/*.gif">
  <map:read src="resources/images/{2}.gif" mime-type="image/gif"/>
</map:match>

The first "**" should match any URI path.

Regards,

--------------------
   Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to