• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk Server Administrators page

C

camdenbo

Guest
Hi,

I'm hoping someone can help me. I'm trying to edit and the index.html in /var/www/vhosts/default/htdocs/, however I screwed it up!

Can someone please send/paste the original index.html?

Thanks,
Greg
PSA 8.1.0
 
Here it is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/winxp.blue.css">
<script language="javascript" type="text/javascript">
document.write('<script language="javascript" type="text/javascript" src="http://' +
location.hostname + ':8880/javascript/newsfeeds.js.php"></' + 'script>\n');
document.write('<script language="javascript" type="text/javascript" src="http://' +
location.hostname + ':8880/javascript/promo-flags.js.php"></' + 'script>\n');
</script>
</head>
<body>
<div class="screenLayout">

<div class="headerContainer">
<div class="pageHeader">
<div>
<a target="_blank" href="http://www.swsoft.com/plesk/" title="Plesk&trade;" class="topLogo"><img src="img/common/logo.gif" name="logo" height="50" border="0" width="210" title="Plesk&trade;"></a>
<div id="topTxtBlock">
<span id="topCopyright"><a href="http://www.swsoft.com" target="_blank">&copy; Copyright 1999-2006<br>SWsoft, Inc. All rights reserved</a></span>
<script language="javascript" type="text/javascript">
if (window.plesk_promo.virtuozzo) {
document.write('<span id="topTxtBanner"><a href="http://www.virtuozzo.com/en/splandingpage/" target="_blank">Discover <b>Virtuozzo</b>,<br>OS Server Virtualization</a></span>');
}
</script>
</div>
</div>
</div>
</div>

<div class="contentLayout">
<div class="contentContainer">
<div class="pageContent">
<div class="mainPageBanner">
<p class="welcomeText">Server Default page</p>
<p class="descriptionText">
If you see this page it means:<br>
1. hosting for this domain is not configured<br>
or<br>
2. there's no such domain registered in Plesk
</p>
<p>What you can do:</p>
<ul>
<li>Using Plesk, you can create domains with web hosting on a single physical server.</li>
<script language="javascript" type="text/javascript">
if (window.plesk_promo.virtuozzo) {
document.write('<li>Also you can use Plesk with <b><a href="http://www.virtuozzo.com/en/splandingpage" target="_blank">Virtuozzo</a></b> and create isolated domains. Using a number of virtual servers with Plesk on a single machine allows for flexible management of your server\'s resources.</li>');
}
</script>
</ul>
</div>
<div id="NFcontent"></div>
<script language="javascript" type="text/javascript">
if (!window.newsfeeds_disabled) {
document.getElementById('NFcontent').innerHTML = '<div class="dBox show"><div class="dBoxHeaderLayout"><div class="dBoxHeaderArea">Top News</div></div><div class="dBoxContent"><div id="newsFeeds"></div><div class="wrapper"></div></div><div class="dBoxFooterLayout"><div class="dBoxFooterArea"><a href="javascript:NFgetList()" id="refreshList">Refresh List</a></div></div></div>';
NFgetList();
}
</script>
</div>
</div>
</div>

<div class="footerContainer" id="footerContainer">
<div class="footDescription">This page is autogenerated by <a target="_blank" href="http://www.swsoft.com/en/products/plesk/">Plesk</a>&trade;</div>
<div class="poweredBy"><a target="_blank" href="http://www.swsoft.com/en/products/plesk/"><img src="img/common/pb_plesk.gif" title="Plesk&trade;"></a></div>
<div class="poweredBy"><a target="_blank" href="http://www.swsoft.com/en/products/virtuozzo/"><img src="img/common/pb_virt.gif" title="Virtuozzo&trade;"></a></div>
</div>

</div>

</body>
</html>
 
Back
Top