Drupal

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 regexp="\.(php|jpg|html|txt|gif...)
 
m (Rewrite Drupal moved to Drupal)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
   
 
   
 
  &lt;/web-app>
 
  &lt;/web-app>
 +
 +
[[Category: Rewrite]]

Latest revision as of 17:47, 21 October 2011

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?q="/>

</web-app>
Personal tools