[HowTo] Install Curl in PHP5 and Apache

This time i want to share with you how to install Curl in PHP5 in Linux Environtment (I'm using Ubuntu 8.10) and using apache web server, but if you have any question to install php-curl in other environment, feel free to contact me of leave any comment, i will glad to help you.Okay, now let's start with check if php-curl is already installed in your server or not.To check it please follow this step:Create a file in your web server (in Ubuntu it would be in /var/www folder), name it … Read more...

[HowTo]Turn Off Directory Listing in Apache Web Server

Today i found that my web server doesn't make Directory Listing by default. And this can be a vulnerable for WordPress since wp-content directory can be exploit. So test your blog, if your web server doesn't turn off the directory listing by default please follow this steps (only works for Apache web server):Create or Edit existing .htaccess Add this code there: Options -Indexes Save and close .htaccess file Test It!That step will turn off the Directory Listing. Thank you for … Read more...