# ----------------------------------------------------------------------------------
# Run server-side XUL and XHTML through xmlent to load the correct XML entities
# ----------------------------------------------------------------------------------
-<LocationMatch /xul/.*(\.xul|\.xhtml)$>
+<LocationMatch /xul/.*\.xhtml$>
+ Options +Includes
+ AddOutputFilter INCLUDES;XMLENT .xhtml
+ allow from all
+
+ # We only support one locale (en-US) for the time being
+ SetEnv locale en-US
+</LocationMatch>
+
+<LocationMatch /xul/.*\.xul$>
Options +Includes
XMLEntContentType "application/vnd.mozilla.xul+xml"
- AddOutputFilter INCLUDES;XMLENT .xhtml .xul
+ AddOutputFilter INCLUDES;XMLENT .xul
allow from all
# We only support one locale (en-US) for the time being
SetEnv locale en-US
</LocationMatch>
+
# ----------------------------------------------------------------------------------
# Supercat feeds
# ----------------------------------------------------------------------------------