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.
- Tip: When you save with Notepad, surround the filename test.html with "double-quotes" so that Notepad won't add an extra .txt extension.
<html> <head> <title>Test</title> </head> <body> <p>Abyss Web Server Test Successful</p> </body> </html>
With the Abyss Web Server running:
- Use Internet Explorer to browse to http://localhost/test.html (or http://localhost:8000/test.html if you changed the default port number)
- The browser window should display
Abyss Web Server Test Successful