Static pages

I have lot of static pages in my applications (FAQs, Contacts, Privacy
etc…) What is the best way to handle (deploy) these pages in my
application. I am using Apache with fastcgi. I would like to deliver the
static pages from the apache itself.

Basically how the deployment is done? The catch is the user should be
easily navigate between the static and dynamic contents.

thanks
thila

Hi,

This post may help you :

http://www.ruby-forum.com/topic/52750

I was in the same situation and I used this solution :

http://www.ruby-forum.com/topic/52750#27245

Kind Regards
Hamza

thila thila wrote:

I have lot of static pages in my applications (FAQs, Contacts, Privacy
etc…) What is the best way to handle (deploy) these pages in my
application. I am using Apache with fastcgi. I would like to deliver the
static pages from the apache itself.

Basically how the deployment is done? The catch is the user should be
easily navigate between the static and dynamic contents.

thanks
thila