Archive for July, 2010

How to enable curl in Appserv to overcome Fatal error: Call to undefined function curl_init()

By default appserv don’t enable curl extension. To enable that extension you need to check the following section : 1. php extension directory Make sure you see php_curl.dll in the list. As you see php_curl listed in  you can continue. 2. Open php.ini Delete ; sign in front of extension=php_curl.dll ;extension=php_mbstring.dll ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_dba.dll extension=php_dbase.dll [...]

  • Share/Bookmark
Tips

Howto password protect directory in cpanel based hosting

How to add password protection to a folder inside my blog? That question came from a hostingformula.net reader and I try to answer it with example. I use cpanel based hosting where facility for password protect directory provided under ‘Security’ section. Target : I’ll create new folder called ‘magic‘ that protected by username and password. [...]

  • Share/Bookmark
Step By Step