Featured Post

How to create multiple Flat Rate shipping in Oscommerce?

Easy AdSense by UnrealIf  there is a requirement where you want to create multiple shipping categories in Oscommerce that a user can select like No Shipping :  $0.00 Flat Rate Manhattan: $25.00 Flat Rate Overnight Manhattan: $30.00 Then just follow the steps given below: Create copy of “flat.php” Ex: flat2.php,flat3.php in catalog\includes\modules\shipping and catalog\includes\languages\english\modules\shipping. Open catalog\includes\languages\english\modules\shipping\flat2.php and replace lines [...]

Read more →

One step installation of apache,php,mysql,phpmyadmin

Posted by admin | Posted in Linux solutions | Posted on 01-08-2009

Tags: , , ,

0

Step1.

sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql

Step2

sudo /etc/init.d/apache2 start

* Works in Ubuntu

Write a comment