htaccess example

I have implemented the server config instructions in

http://lists.w3.org/Archives/Public/public-grddl-wg/2007Mar/0114.html

as the attached .htaccess file.

Jeremy

-- 
Hewlett-Packard Limited
registered Office: Cain Road, Bracknell, Berks RG12 1HN
Registered No: 690597 England
#
# Example .htaccess file
#
# See
#   http://httpd.apache.org/docs/1.3/howto/htaccess.html
#
#


#  The tests assume mappings like the following:
#         sq1ns  -> sq1ns.xml
#         sq2ns  -> sq2ns.rdf
#         loop-ns-b -> loop-ns-b.xml

# Also the content negotiation tests assume language negotiation:
# conneg.html -> conneg.html.en (Accept-Language: en)
# conneg.html -> conneg.html.en (Accept-Language: de)

#
# All of this is implemented with multiviews


Options +Multiviews


#
# grddlonrdf-xmlmediatype.rdf  -> Content-Type: application/xml
#

<Files ~ "(grddlonrdf-xmlmediatype.rdf|grddlonrdf-xmlmediatype)$">
  ForceType application/xml
</Files>

Received on Thursday, 22 March 2007 16:48:09 UTC