Problem installing cake on xampp

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lovelf
Forum Contributor
Posts: 153
Joined: Wed Nov 05, 2008 12:06 am

Problem installing cake on xampp

Post by lovelf »

Hello,

I get a problem trying to install CakePHP on XAMPP, apparently the stylesheet won't load. Could it have something to do with the .htaccess permissions that by default get installed with XAMPP that are making the conflict with CakePHP so that the stylesheet does not load right after a supposed complete install (just moving the folders of cake to the htdocs directory of xampp inside the folder xampp).

Thanks,
Pablo
Attachments
possible problem with dot htaccess.png
possible problem with dot htaccess.png (149.7 KiB) Viewed 147 times
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: Problem installing cake on xampp

Post by McInfo »

Is there a reason you installed to "htdocs/xampp/cake" rather than "htdocs/cake"?
lovelf
Forum Contributor
Posts: 153
Joined: Wed Nov 05, 2008 12:06 am

Re: Problem installing cake on xampp

Post by lovelf »

I see, there relies the problem.
Post Reply