Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 19, 2009 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/66944 to your computer and use it in GitHub Desktop.
Save edsu/66944 to your computer and use it in GitHub Desktop.
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