Re: More than one DB per application

2007-01-10 Thread ms
Oh great!!! Thanks alot Grant --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PR

More than one DB per application

2007-01-10 Thread ms
Hello everybody, how can I use more DBs per application? Configuring Cake I created a database.php (in app/config), but here there's the possibility to place one production and one test DB. but my project needs to have more than on DB (one for users, one for tickets, one for forum and so on; every

Re: Apache configuration

2007-01-07 Thread ms
Trainling slash isn't the problem. Looking at apache's error_log it seems the request to 192.168.4.6/prova/users ir redirected to the document root and from there to /var/www etc... But I found a way out: I created a virtual host listening on port 81 with the document root set to /var/www/app/web

Re: Apache configuration

2007-01-06 Thread ms
Yes mod_rewrite is loaded and i correctly working. I made a little change in alias directive: Alias /prova /var/www/app/webroot AllowOverride All But the result is always the same when I type http://192.168.4.6/prova/users [404 error saying: the request URL /var/www/app/webroot/index.php was n

Apache configuration

2007-01-05 Thread ms
The situztion is this: apache webserver have the DocumentRoot set to /usr/local/htdocs; I want to install CakePHP but not in the document root, so I created an alias like Alias /prova /var/www and then for that directory AllowOverride All. I copied all CakePHP files inside /var/www so that I have