Re: Intergrate cakephp with just static html pages

2009-10-08 Thread Matt Curry
Checkout the sample webroot.htaccess in the extras folder: http://github.com/mcurry/html_cache -Matt http://www.pseudocoder.com On Oct 8, 4:09 am, stefanski wrote: > Does anybody know what to do, if the static html page should be the > hompage of the site? > > There usually is by far the most t

Re: Intergrate cakephp with just static html pages

2009-10-08 Thread brian
Create a .ctp file from the static page, put it at app/webroot/home.ctp and let PagesControler serve it up. On Thu, Oct 8, 2009 at 4:09 AM, stefanski wrote: > > Does anybody know what to do, if the static html page should be the > hompage of the site? > > There usually is by far the most traffic

Re: Intergrate cakephp with just static html pages

2009-10-08 Thread stefanski
Does anybody know what to do, if the static html page should be the hompage of the site? There usually is by far the most traffic, so it would be great to have a static html (which could be generated as well) that the webserver could send without having to initialize the cakephp framework. I gu

Re: Intergrate cakephp with just static html pages

2009-09-28 Thread brian
On Mon, Sep 28, 2009 at 10:56 AM, dong.l...@gmail.com wrote: > > Dear all, > > I have existed html files for one website, I would like to intergrate > them with cakephp to add some dynamic methods. At the same time, I > want to keep all the old static pages to save time. When I put html > pages i

Intergrate cakephp with just static html pages

2009-09-28 Thread dong.l...@gmail.com
Dear all, I have existed html files for one website, I would like to intergrate them with cakephp to add some dynamic methods. At the same time, I want to keep all the old static pages to save time. When I put html pages in the root folder, it still handle by cakephp. I know it because the .htacc