Cakephp Installation In Windows

Active6 years, 10 months ago

I'm trying to install CakePHP on my Windows XP machine running Apache 2.2. I have installed the Cake folder in my doc root.

I've read the installation instructions that say to include this line in the httpd.conf file;

Hp Tuners Keygen. 9/25/2016 0 Comments If you search for 'hptuners crack', you will often see the word crack amongst the results, which implies it is the full version of the product. Popular Download Searches. PATC can perform this swap for you using HP tuners software by email or with 7 results. Finds all information about HPTuners For. Tv tuner software download.

Cakephp

I'm trying to install CakePHP on my Windows XP machine running Apache 2.2. I have installed the Cake folder in my doc root. I've read the installation instructions that. CakePHP is fast and easy to install. The minimum requirements are a webserver and a copy of CakePHP, that’s it! While this manual focuses primarily on setting up on Apache (because it’s the most commonly used), you can configure CakePHP to run on a variety of web servers such as lighttpd or Microsoft IIS. In this video, Justin walks you through the process of installing a modern version of PHP on your Windows device, as well as installing Composer to install CakePHP 3. CakePHP is installed through.

<Directory /path/to/cake>

Does anyone know how to translate that into Windows? I currently have the following in my conf file:

Whenever I uncomment this line it crashes Apache. I've tried switching the slashes to ' and I tried taking the slash off the end.

Any advice?

Thanks

GeoSQLGeoSQL

3 Answers

May be useful for you to develop CakePHP under Windows, you can also use IIS7 with URL ReWrite Module. Download via Windows Web Platform Installer and read this Installing CakePHP on IIS7.

Or install WAMP/XAMPP. They sets up all configuration stuff and you good to go after set up CakePHP a little. I mean database connection etc..

After all put your CakePHP project to '.yourapachewebroot' related to your installation directory (mine is 'C:wampwww', and my wamp is under 'C:wamp'). Let's say your project name 'asd123', then you should simply put asd123 directory to '.yourapachewebrootasd123' (on my computer it should be 'C:wampwwwasd123').

In httpd.conf write that line:

(mine is <Directory 'c:/wamp/www/asd123/>)

Gethpdrivers.com offer the link for HP Deskjet Ink Advantage 3525. This suitable for using for home users or small business users, HP Deskjet Ink Advantage 3525 is best to support for finishing your work. The download link is located on the bottom, just to know is the link safe from malware also it from the official website. Hp deskjet ink advantage 3835 drivers.

j0k
20.7k14 gold badges69 silver badges79 bronze badges
ozanmuyesozanmuyes

Git Installation In Windows

it's really simple and dont need to follow their instructions.

  1. extract cakephp to something like c:/htdocs/web/mysiteso it looks like

    mysite/app

    mysite/cake

  2. done. provided you set apache document root to c:/htdocs/web/you can visit your site at http://localhost/mysite

Loic Installation In Windows 8.1

to be fancier:

  1. in httpd-vhosts.conf, add

    < VirtualHost *:80>

    ServerName mysite.local

    DocumentRoot C:/htdocs/web/mysite

    < /VirtualHost>

  2. in c:windowssystem32driversetchosts, add

    127.0.0.1 mysite.local

  3. restart apache

  4. done. visit site at http://mysite.local

this is all based on the assumption that your apache/php/mysql is configged correctly.

Funky DudeFunky Dude

Install Cakephp In Windows 7

3,1192 gold badges19 silver badges31 bronze badges

Github Installation In Windows

Turns out i had both

and

Tomcat Installation In Windows

in my conf file and it was causing the error. I commented out the first one, moved a css file and I was in business.

GeoSQLGeoSQL

Not the answer you're looking for? Browse other questions tagged apachecakephp or ask your own question.