Test the Abyss Web Server

Using Notepad, type (or copy and paste) this simple HTML file and save it as "test.html" inside the htdocs folder in your server root folder.

<html>
<head>
 <title>Test</title>
</head>
<body>
 <p>Abyss Web Server Test Successful</p>
</body>
</html>

With the Abyss Web Server running:

Next: Install the PHP 5.0 Interpreter