• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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