Page for crawler link testing. Better use with "?key=...". Contains:
absolute link:
http://cmp.justteapot.us/cgi-bin/200.py?abs_link&key=example
root link:
/cgi-bin/200.py?root_link&key=example
relative link:
200.py?rel_link&key=example
absolute redirect:
301.py?key=example&location=http%3A%2F%2Fcmp.justteapot.us%2Fcgi-bin%2F200.py%3Fabs_redir
-> http://cmp.justteapot.us/cgi-bin/200.py?abs_redir&key=example
root redirect:
301.py?key=example&location=%2Fcgi-bin%2F200.py%3Froot_redir
-> /cgi-bin/200.py?root_redir&key=example
relative redirect:
301.py?key=example&location=200.py%3Frel_redir
-> 200.py?rel_redir&key=example
redirect with bug:
301.py?key=example&location=200.py%3Fbug_redir%26multi%3D1%26multi%3D2%26multi%3D3
-> 200.py?bug_redir&multi=1&multi=2&multi=3&key=example