Skip to main content

Posts

Showing posts from April, 2013

How to install cakePHP in Windows

CakePHP is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web and database applications. http://en.wikipedia.org/wiki/CakePHP Make sure ‘Wamp Server’ has been correctly installed to your machine and start ‘Wamp Server’. Download CakePHP zip folder from http://cakephp.org/downloads Extract the zip folder Create a new folder at C:\wamp\www and name it as you want. (In here it was named as ‘cakephp’) Figure 1 Then copy all contents of the downloaded folder to newly created ‘cakephp’ folder. Figure 2 Then open your browser and go localhost/cakephp(localhost/your_folder_name) . You may see a window like this. Figure 3 If you are get a window like this now you have to do some extra work on Wamp Server. Click on wamp icon on the taskbar go to Apache->Apache Modules . Then find out rewrite_module and click on it to make it enable. Figure 4 Note :- If rewrite_module is already enabled in y