Added media/restful file to redirect Google as it reported someone linking to that URL. Removed sitemap.xml.gz

This commit is contained in:
Todd Fredrich
2012-06-19 14:00:00 -06:00
parent 6d68ef2eca
commit 3215e59f28
2 changed files with 13 additions and 0 deletions

13
media/restful Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<title>Redirecting to new URL: http://www.restapitutorial.com/resources.html</title>
<meta http-equiv=refresh content="0; url=http://www.restapitutorial.com/resources.html" />
<meta name="robots" content="noindex,follow" />
</head>
<body>
<h1>This page does not exist and you are being redirected to http://www.restapitutorial.com/resources.html</h1>
<p>If your browser doesn't redirect you to that location please
<a href="http://www.restapitutorial.com/resources.html"><strong>click here</strong></a>,
sorry for the hassles!</p>
</body>
</html>

Binary file not shown.