Re: [Webware-discuss] Static Contents

2007-05-14 Thread Adam Kerrison
> Then, you should configure Apache to serve the static content instead of > Webware. In the first case, you would need mod_rewrite, the second case > is straightforward, but you will need a redirect if the front page shall > be dynamic already. > We serve all our static content directly via Apac

Re: [Webware-discuss] Static Contents

2007-05-14 Thread Christoph Zwerschke
Mico Siahaan wrote: > I am making a website using Webkit + Cheetah Template. I want the > directory structure to be like this: > > web: > | - application (this directory was made using MakeAppWorkDir.py) > |- Lib > |- MyContext > |- templates > |- css > |- image

Re: [Webware-discuss] Static Contents

2007-05-14 Thread Jeremy Kaplan
If you are using Apache as your webserver then you can use the DocumentRoot and RewriteEngine as follows: DocumentRoot /www-root RewriteEngine On RewriteRule ^/images(.*) - [L] Or some appropriate variant. If you're not using apache, I'm not able to help, sorry. jd -Original Message- F