Re: cakephp app as part of static site

2012-10-25 Thread sso
I tested by uploading to my personal site ... and it works :) thanks a lot On Wednesday, 24 October 2012 10:50:41 UTC-4, sso wrote: > > Thanks a lot. Seems like it might work :) > There seems to be a missing mysql db driver, which my search online says > is because of missing PDO driver for mysq

Re: cakephp app as part of static site

2012-10-24 Thread sso
Thanks a lot. Seems like it might work :) There seems to be a missing mysql db driver, which my search online says is because of missing PDO driver for mysql. I'll update once the (slow) web-hosting team updates the driver settings Thx a lot :) R On Wednesday, 24 October 2012 08:19:52 UTC-4, Pa

Re: cakephp app as part of static site

2012-10-24 Thread Paul Willis
Hi There's nothing particularly clever needs doing for this. I did exactly the same thing recently where we built a mini site to sit in a sub folder of the customer's existing site. The only 'issue' I had was I had to edit the standard .htaccess files slightly to set the RewriteBase path prope

cakephp app as part of static site

2012-10-24 Thread sso
Hi, I have kind of an unique situation. I have developed a cakephp app and need to deploy it to a shared server with content. I know generally we are supposed to have static content in webroot, but am not allowed to do so, as this application needs to be removed later on. its a shared hosting