<?xml version="1.0"?>
<yxorpconfig>
   
<!--
       
       This configuration snip is intended to be merged into the sample Yxorp configuration
       as shipped with the distribution. It is a part of the Yxorp tutorial, that may be
       found in the documentation directory.
       
       Demonstration of the sorry rule
       
-->

<rule id="sorryrule" type="sorry">
redirect("http://yxorp.sourceforge.net/noserver.html");
</rule>

<server id="yxorp.sourceforge.net" virtualserver="group1" sorry="sorryrule" />

</yxorpconfig>
