Daniel Banck
Webentwicklung – Webdevelopment
Webentwicklung – Webdevelopment
Jun 17th
Da ich nun mit der Schule fertig bin und ab 1.7 anfange zu arbeiten, tritt meine Tätigkeit als Freelancer in den Hintergrund.
Daher gibt es hier auf der Startseite nun auch direkt meinen Blog zu lesen und keine “Webentwicklung aus Kiel!” mehr.
Außerdem werde ich sicherlich regelmäßiger aktiv sein und die Artikel – je nach Laune [...]
Jun 16th
Getting CakePHP working with cherokee is really simple:
First put your CakePHP files into any directory. For me it’s /home/daniel/Web/dcms
You can delete all the .htaccess files:
/.htaccess
/app/.htaccess
/app/webroot/.htaccess
Add a new virtual host to cherokee, set the document root to the CakePHP webroot:
/home/daniel/Web/dcms/app/webroot
Directory Indexes should be set to index.php
Add a new PHP rule – with the new wizard it’s [...]