I've created PHP project with MS WebMatrix and copied the CakePHP into it. It promped:
URL rewriting is not properly configured on your server.
But, except that, everything is fine:
Your version of PHP is 5.2.8 or higher.
Your tmp directory is writable.
The FileEngine is being used for core caching. To change the config edit APP/Config/core.php
Your database configuration file is present.
Cake is able to connect to the database.
I believe I should just edit httpd.conf file (CakePHP documentation told me so) but I couldn't find such a file at all... is it hidden somewhere or is there any GUI configurator? I'm new to Windows so really, don't know where to search and Google told me nothing but obvious Linux directory...
I could just upload all the files to the server and work from there but that's just not really handy.