Hi All, Thank you for your feedback. It took quite some time for this message of mine to be displayed in this forum. I have installed WAMP and removed XAMPP since I posted this a number of days ago.
My apologies for the inconvenience. Regards Peter On Jan 20, 1:41 pm, "Jorge Horacio Cué Cantú" <[email protected]> wrote: > Hello, > > Depending on your operating system, for example for Linux: > > sudo mkdir /opt/lampp/htdocs/myproject > sudo cp -r ~/myproject/* /opt/lampp/htdocs/myproject > sudo chown -R nobody:nobody /opt/lampp/htdocs/myproject > > Where myproject is the directory for your project. > > Do not copy cake directly under htdocs/ because it breaks lampp > installation. > > Or if you are using Windows > > Just make a directory under C;\xampp\htdocs and copy all your code under it. > > Either case usehttp://localhost/myprojectto access your application. > > Regards > > 2009/1/18 Sharmo <[email protected]> > > > > > I am not sure if my first post worked. I am therefore posting again. > > > I am using XAMPP for Windows as my localhost server. > > > When I try tho view my application after "baking" it. There is no CSS > > or images being renered. > > > I have tred the forums at both XAMPP and PHPVideotutorials without > > success. > > > Please help. > > > Regards > > > Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
