Si te refieres a la pagina principal de appserv donde te da la posibilidad de escoger phpmyadmin, php-nuke y el php info
lo mas probable es que hayas cambiado el contenido al archivo index.php
que esta en la raiz de server que por defecto se instala aqui
C:\AppServ\www
si hiciste eso aqui tienes el codigo para crearla de nuevo
Código PHP:
<?php
/************************************************************************/
/* AppServ Open Project */
/* =========================== */
/* */
/* Copyright (c) 2001 by Phanupong Panyadee ([email protected]) */
/* [url]http://academic.cmri.ac.th/appserv[/url] */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
$appserv_root = "appserv";
include("appserv/main.php");
print "
<html>
<head>
<title>AppServ Open Project</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=\""._CHARSET."\">
<style>
<!-- Hide style for old browsers
BODY {font-family: MS Sans Serif;font-size=\"10\"}
.headd { font-family: Helvetica,Verdana ; font-size: 13pt; text-decoration: none; }
.app { font-family: MS Sans Serif ; font-size: 10pt; text-decoration: none; }
A:link {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:hover {text-decoration: none; color: #FF0000}
A:active {text-decoration: none; color: #FF0000}
-->
</style>
</head>
<body bgcolor=\"#FFFFFF\">
<div align=\"left\">
<table border=\"0\" width=\"100%\" height=\"19\">
<tr bgcolor=\"#D2E9FF\">
<td width=\"100%\" height=\"19\" valign=\"top\"><font color=\"#000080\">
<span class=\"headd\"><strong><big> The AppServ Open Project - "._APPVERSION." "._FOR." "._OS." </big></strong></span></font></td>
</tr>
</table>
</div>
<div align=\"left\">
<table width=\"100%\" border=\"0\">
<tr bgcolor=\"#F9FBFF\">
<td height=\"344\">
<blockquote>
<p><font color=\"#000080\"><span
class=\"headd\"><strong><br>
<img src=\"appserv/members.gif\" width=\"20\"
height=\"20\" align=\"absmiddle\"> <span class=\"app\"><a href=\""._LPHPMYADMIN."/\">"._PHPMYADMIN." "._VERSION." "._VPHPMYADMIN."</a><br>
<img src=\"appserv/account.gif\" width=\"20\"
height=\"20\" align=\"absmiddle\"> <span class=\"app\"><a href=\""._LPHPNUKE."/\">"._PHPNUKE." "._VERSION." "._VPHPNUKE."</a>
<br>
<img
src=\"appserv/annoicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> <a href=\""._LPHPMYADMIN."/phpinfo.php\">"._PHPINFO." "._VERSION." "._VPHP."</a></span> <br>
</strong></span></font> </p>
<p><span
class=\"app\"><u>"._ABOUT." "._APPSERV." "._VERSION." "._APPVERSION." "._FOR." "._OS."</u><br>
"._APPSERV." "._IS." <br>
-<a href=\"http://www.apache.org\"> "._APACHE." "._VERSION." "._VAPACHE."</a><br>
- <a href=\"http://www.php.net\">"._PHP." "._VERSION." "._VPHP."</a><br>
- <a href=\"http://www.mysql.com\">"._MYSQL." "._VERSION." "._VMYSQL."</a><br>
- <a href=\"http://www.phpnuke.org\">"._PHPNUKE." "._VERSION." "._VPHPNUKE."</a><br>
- <a href=\"http://phpmyadmin.sourceforge.net\">"._PHPMYADMIN." "._VERSION." "._VPHPMYADMIN."</a><br>
</span>
</p>
</blockquote>
<ul>
<li><a href=\"appserv/ChangeLog.txt\"><span class=\"app\">"._CHANGELOG."</span></a></li>
<li> <a href=\"appserv/README-$appservlang.php?appservlang=$appservlang\"><span class=\"app\">"._README."</span></a></li>
<li><a href=\"appserv/AUTHORS.txt\"><span class=\"app\">"._AUTHOR."</span></a></li>
<li><a href=\"appserv/COPYING.txt\"><span class=\"app\">"._COPYING."</span></a></li>
<li><span class=\"app\"> "._SITE." : <a href=\"http://academic.cmri.ac.th/appserv\">[url]http://academic.cmri.ac.th/appserv[/url]</a>
</li> </ul>
<b> "._LANG." : </b><a href=\"index.php?appservlang=th\"><img src=\"appserv/flag-thai.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a> <a href=\"index.php?appservlang=en\"><img src=\"appserv/flag-english.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a>
<br><br>
</td>
</tr>
<tr>
<td height=\"19\" bgcolor=\"#D2E9FF\"><font color=\"#000080\" class=\"headd\"> <img src=\"appserv/softicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> <b>"._SLOGAN."</b> </font></td>
</tr>
</table>
</div>
</body>
</html>
";
?>
o la otra pocibilidad es que hiciste un archivo index.html en la raiz
tendrias que eliminarlo para ver nuevamente el index.php
y si estas haciendo una pagina seria mejor que la pusieras en una carpeta
por ejemplo
C:\AppServ\www\mipagina
y para verla en el explorador seria esta la direccion
http://localhost/mipagina/
y la funcion de winmysqladmin es mas que nada un visualizador de la base de datos como tambien ver el funcionamiento y las opciones del server que puedes cambiar
espero que te ayude
salu2