How to Install Apache and PHP 5 on Ubuntu
I found this site when I search the way to install Apache as webserver and PHP5 on my Ubuntu 10.10. sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo...
View ArticleHow to Add CURL to your PHP in Ubuntu
It is very easy about installing CURL to your PHP5 in Ubuntu 10.10 just straight do this in your Terminal. sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt Restart your Apache...
View ArticleHow to Create .htaccess File on Windows 7 Easily
Do you feel dumb when you don’t have any ideas about how to create your .htaccess file for apache2 URL rewriting purpose on Windows 7? I had been in your position too, I had felt dumb when I couldn’t...
View ArticleUseful Softwares for Windows 7 That You Should Install
This is just my note because sometimes I forgot what to install in my computer. So here is the list for it. PsPad Google Chrome Firefox RoboForm Yahoo! Messenger Avira Apache PHP MySQL Microsoft Word...
View ArticleEnabling WordPress Localhost Permalink to Prevent 404 Not Found
If you have trouble to make permalink works on your localhost’s WordPress you can use these steps to make it works. But, you have to make sure that you are using Windows and Apache2.2 as your local...
View Article