Added redirect HTML pages for previous httpmethods.html and restquicktips.html as AWS doesn't support .htaccess files.

This commit is contained in:
Todd Fredrich
2012-06-18 11:18:09 -06:00
parent 98217e8d8c
commit c4cc30f78c
2 changed files with 26 additions and 0 deletions

13
httpmethods.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<title>Moved to new URL: http://www.restapitutorial.com/lessons/httpmethods.html</title>
<meta http-equiv=refresh content="0; url=http://www.restapitutorial.com/lessons/httpmethods.html" />
<meta name="robots" content="noindex,follow" />
</head>
<body>
<h1>This page has been moved to http://www.restapitutorial.com/lessons/httpmethods.html</h1>
<p>If your browser doesn't redirect you to the new location please
<a href="http://www.restapitutorial.com/lessons/httpmethods.html"><strong>click here</strong></a>,
sorry for the hassles!</p>
</body>
</html>