RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | |
RewriteRule ^ehs$ ehs.rdf [R=303] | |
RewriteCond %{HTTP_ACCEPT} text/html [OR] | |
RewriteCond %{HTTP_ACCEPT} application/xml [OR] | |
RewriteCond %{HTTP_ACCEPT} text/xml [OR] | |
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml | |
RewriteRule ^ehs$ index.html [R=303] | |
RewriteCond %{HTTP_ACCEPT} application/turtle | |
RewriteRule ^ehs$ ehs.ttl [R=303] | |
RewriteCond %{HTTP_ACCEPT} text/plain | |
RewriteRule ^ehs$ ehs.txt [R=303] | |
RewriteRule ^ehs$ index.html [R=303] | |
RewriteRule ^dchud.rss$ http://www.youtube.com/watch?v=oHg5SJYRHA0 | |
RewriteRule ^wtf-8$ http://www.loc.gov/marc/specifications/speccharmarc8.html | |
RewriteRule ^passwds$ http://www.youtube.com/watch?v=oHg5SJYRHA0 | |
RewriteRule ^email_to_babak.txt$ http://www.youtube.com/watch?v=oHg5SJYRHA0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment