Re: XAMMP for Windows with cakePHP

2009-01-26 Thread Sharmo
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é

Re: XAMMP for Windows with cakePHP

2009-01-26 Thread powtac
I created a step-by-step installation tutorial for windows XP and cakephp, its in german, but maybe it helps: http://www.kolchose.org/bc0711/ On 19 Jan., 02:12, Sharmo pe...@ozhonours.com wrote: I am not sure if my first post worked. I am therefore posting again. I am using XAMPP for Windows

Re: XAMMP for Windows with cakePHP

2009-01-19 Thread Jorge Horacio Cué Cantú
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

XAMMP for Windows with cakePHP

2009-01-18 Thread Sharmo
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.

Re: XAMMP for Windows with cakePHP

2009-01-18 Thread Bernardo Vieira
mod_rewrite comes disabled in xampp by default, have you checked it? Edit c:\xampp\apache\conf\httpd.conf, uncomment to mod_rewrite line, restart apache and have fun. Sharmo wrote: I am not sure if my first post worked. I am therefore posting again. I am using XAMPP for Windows as my