| 20 |
RewriteRule ^/\s*lib([^/\s])([^/\s]+)\s*$ /lib$1/lib$1$2.rdf [L,R] |
RewriteRule ^/\s*lib([^/\s])([^/\s]+)\s*$ /lib$1/lib$1$2.rdf [L,R] |
| 21 |
RewriteRule ^/\s*([^/\s])([^/\s]+)\s*$ /$1/$1$2.rdf [L,R] |
RewriteRule ^/\s*([^/\s])([^/\s]+)\s*$ /$1/$1$2.rdf [L,R] |
| 22 |
|
|
| 23 |
|
RewriteCond %{HTTP_ACCEPT} !(text/turtle) |
| 24 |
|
# If the Accept header doesn't request Turtle, then skip the following 2 lines |
| 25 |
|
RewriteRule .* - [S=2] |
| 26 |
|
RewriteRule ^/\s*lib([^/\s])([^/\s]+)\s*$ /lib$1/lib$1$2.ttl [L,R] |
| 27 |
|
RewriteRule ^/\s*([^/\s])([^/\s]+)\s*$ /$1/$1$2.ttl [L,R] |
| 28 |
|
|
| 29 |
RewriteRule ^/$ /common/index.html [L,R] |
RewriteRule ^/$ /common/index.html [L,R] |
| 30 |
RewriteRule ^/favicon\.ico$ http://www.debian.org/favicon.ico [L,R] |
RewriteRule ^/favicon\.ico$ http://www.debian.org/favicon.ico [L,R] |
| 31 |
RewriteRule ^/\s*lib([^/\s])([^/\s]+)\s*$ /lib$1/lib$1$2.html [L,R] |
RewriteRule ^/\s*lib([^/\s])([^/\s]+)\s*$ /lib$1/lib$1$2.html [L,R] |
| 37 |
RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE] |
RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE] |
| 38 |
|
|
| 39 |
RewriteCond %{QUERY_STRING} ^srcrdf=\s*lib([^\s])([^\s]+)\s*$ |
RewriteCond %{QUERY_STRING} ^srcrdf=\s*lib([^\s])([^\s]+)\s*$ |
| 40 |
RewriteRule ^/common/RDF.html$ /lib%1/lib%1%2.rdf? [L,R,NE] |
RewriteRule ^/common/RDF.html$ /lib%1/lib%1%2.ttl? [L,R,NE] |
| 41 |
RewriteCond %{QUERY_STRING} ^srcrdf=\s*([^\s])([^\s]+)\s*$ |
RewriteCond %{QUERY_STRING} ^srcrdf=\s*([^\s])([^\s]+)\s*$ |
| 42 |
RewriteRule ^/common/RDF.html$ /%1/%1%2.rdf? [L,R,NE] |
RewriteRule ^/common/RDF.html$ /%1/%1%2.ttl? [L,R,NE] |
| 43 |
|
|
| 44 |
</VirtualHost> |
</VirtualHost> |
| 45 |
|
|