Home : OpenEdit SDK : Programming OpenEdit : P H P Support
P H P Support
OpenEdit can edit, version and apply layouts to PHP files. PHP Support only works within the Resin web server.If you have a recent version of Resin then add these lines to your WEB-INF/web.xml file:
<servlet servlet-name="resin-php"
servlet-class="com.caucho.quercus.servlet.QuercusServlet">
</servlet>
<servlet-mapping url-pattern="*.php" servlet-name="resin-php"/>
Then add this line to the top of your /_site.xconf file.
<generator name="jsp" accepts="*.jsp"/>
