Monday, March 14, 2011

Setting CakePHP on WAMP Server

Setting CakePHP on WAMP Server is very easy. Follow the following steps:-

  1. Configure Apache WAPM Server
  2. Open Apache httpd.conf configuration
  3. Search for #LoadModule rewrite_module modules/mod_rewrite.so
  4. Remove the "#" and the line becomes LoadModule rewrite_module modules/mod_rewrite.so
  5. Go to directory setting and make it Allow from all
  6. Open php.ini file then search for "curl" and remove the ";" to enable extension=php_curl.dll
  7. Restart the WAMP Server.

5 comments:

  1. This is great post. I have searched all over google and I didnt find any solution. You have done it. Great. Great. Great.

    ReplyDelete
  2. what is the directory setting??

    ReplyDelete