Added redirect HTML pages for previous httpmethods.html and restquicktips.html as AWS doesn't support .htaccess files.
This commit is contained in:
13
httpmethods.html
Normal file
13
httpmethods.html
Normal 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>
|
||||||
13
restquicktips.html
Normal file
13
restquicktips.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Moved to new URL: http://www.restapitutorial.com/lessons/restquicktips.html</title>
|
||||||
|
<meta http-equiv=refresh content="0; url=http://www.restapitutorial.com/lessons/restquicktips.html" />
|
||||||
|
<meta name="robots" content="noindex,follow" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>This page has been moved to http://www.restapitutorial.com/lessons/restquicktips.html</h1>
|
||||||
|
<p>If your browser doesn't redirect you to the new location please
|
||||||
|
<a href="http://www.restapitutorial.com/lessons/restquicktips.html"><strong>click here</strong></a>,
|
||||||
|
sorry for the hassles!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user