Rewrite WordPress

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(New page: === WEB-INF/resin-web.xml === <web-app xmlns="http://caucho.com/ns/resin" xmlns:resin="urn:java:com.caucho.resin"> <resin:Dispatch> <resin:IfFileExists/> ...)
 
Line 1: Line 1:
 +
[[Category: Rewrite]]
 +
 
=== WEB-INF/resin-web.xml ===
 
=== WEB-INF/resin-web.xml ===
  

Revision as of 23:48, 4 May 2009


WEB-INF/resin-web.xml

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

  <resin:Dispatch>
    <resin:IfFileExists/>
  </resin:Dispatch>

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

</web-app>
Personal tools