2015/Cambridge/userinfo

From IndieWeb

UserInfo.me

GET / HTTP/1.1
Host: bigbluehat.com
User-Info: byoung

.htaccess for Apache:

RewriteCond %{HTTP:User-Info} (.*)
RewriteRule ^$ %1.txt [QSA,L]

Todo:

  • .htaccess for Apache
  • nginx config