Johannes Kingma
Basic Pleskian
After moving the Document root to another folder and updating the Hosting settings accordingly the website is no longer accessible, even after waiting for about 60min.
What additional steps are required when the document root is moved?
What additional steps are required when the document root is moved?
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Default PLESK Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="stylesheet" type="text/css" href="default.css"/>
</head>
<body>
<div class="body">
<div class="content">
<div class="message">
<h1>This website is temporarily unavailable</h1>
</div>
</div>
</body>
</html>