Thursday, 13 September 2012 15:46

Softaculous AMPPS Web Server

I'm testing Softaculous AMPPS for my web server, by far it is working very well.
 
Web Server software that I had tested
WampServer is my first web server software, I change to EasyPHP until I replace my notebook.

EasyPHP: http://ediy.com.my/index.php/blog/item/14-easyphp-web-server-winxp
I use EasyPHP since WampServer is not working on my Toshiba notebook.
 
AppServ: http://ediy.com.my/index.php/blog/item/21-appserv-seb-server
I didn't use AppServ for my projects, because the PHP version is either too old or too new that it is not suitable for my website.

Softaculous AMPPS: http://www.ampps.com/
Finally I use AMMPS since EasyPHP did not display pictures for most of the Joomla slide extensions. 
 
 
Running AMPPS
  • Download AMPPS and run Ampps-1.8-setup.exe (I'm using Ver 1.8) to start the installation
  • Follow on screen instruction to complete the installation
  • Click Start -> Programs -> Ampps ->Ampps (for WinXP) to run the web server
  • Save a webpage (can be html or php file) to the www folder where you install AMPPS (eg. C:\Program Files\Ampps\www)
  • Start browser and enter http://localhost

 

AMPPS MYSQL
MYSQL database is installing by default, I use phpMyAdmin to manage MYSQL. Again phpMyAdmin is installing by default.
  • Start browser and enter http://localhost/phpmyadmin/
  • phpMyAdmin is running and you can manage MYSQL database here.
  • After create MYSQL database, enter root as the user name and mysql for the password unless you change it.
Read 19495 times Last modified on Monday, 07 October 2013 23:24
Back to Top