How To Install UsbWebServer (Portable)


---
Install UsbWebServer (Portable)

1) Download UsbWebServer

1.1) Goto the UsbWebServer website (http://www.usbwebserver.net/en/ ) and find the download page (http://www.usbwebserver.net/en/download.php ).
1.2) Download
This tutorial uses Version 8.6 that is downloadable from (http://goo.gl/Or3z9e ) or (https://drive.google.com/file/d/0BwDdZQLQH_ALQ0NjVFVJZ1lSbnM/view?usp=sharing ).

2) Install

2.1) Unzip the compressed file and find the program file.
2.2) Run the program.
Make sure the two green lights appear.
If red lights appear, something is not right with your Windows Environment. Fix it first.

3) Test the server

3.1) Click the button Localhost
The above web page will be displayed if your installation has been successful.

4) Next Step?

If you are a beginner, you need to learn the following topics before you can work effectively with this server.
4.1) Apache Server
4.2) PHP
4.3) MySQL or SQLite
4.4) PHPMyAdmin
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
---

Post a Comment

0 Comments