2015/Cambridge/userinfo
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
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: