Rewrite Mediawiki

From Resin 3.0

Revision as of 23:53, 4 May 2009 by Ferg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


WEB-INF/resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin"
            xmlns:resin="urn:java:com.caucho.resin">

  <resin:Dispatch regexp="\.(php|jpg|html|txt|gif|png|js|css)"/>

  <resin:Dispatch regexp="^" target="/index.php"/>

</web-app>
Personal tools