To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / magnatagatune / 2009-04-30 / tags / .htaccess @ 0:1e44d666ced1

History | View | Annotate | Download (352 Bytes)

1
# Turn off MultiViews
2
Options -MultiViews
3

    
4
# Directive to ensure *.rdf files served as appropriate content type, 
5
# if not present in main apache config
6
AddType application/rdf+xml .rdf
7

    
8
# Rewrite engine setup
9
RewriteEngine On
10
RewriteBase /magnatagatune/2009-04-30/tags
11

    
12
RewriteRule ^(.*)$ /magnatagatune/2009-04-30/tags-content/tags.rdf#$1 [R=303,NE]