Hi, I am new to CakePHP Framework. I've baked a new project called galeri and it was created successfully. I deployed the project in my apache webroot folder as "/opt/lampp/htdocs/galeri". I execute it from browser and it just worked. But one thing that I spotted is that the css file is not loaded. In the source of the web page displayed it is linked to something like href="/css/cake.generic.css" but not to href="/galeri/css/cake.generic.css". The question is why does the root of my application is "/" instead of "/galeri"?
I've been searching in the group and do googling but I have no luck. Do I have to put everything in the apache root document? can I have my project deployed as a sub directry in the apache root document? And how to make this CSS file correctly linked? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
