I think what I've been experiencing is caching problems. I'm trying to
update all the meta data that is in the HTML. I edited
/app/views/layouts/default.rhtml. But it doesn't ever show up. Is that the
correct location to be editing?

I am using Apache as a proxy to the WEBrick Servlet.. I've set up expiration
on apache as well

ExpiresActive On
ExpiresDefault "access plus 300 seconds"
ExpiresByType text/html "access plus 1 day"
ExpiresByType text/css "access plus 1 day"
ExpiresByType text/javascript "access plus 1 day"

Or am I just editing the wrong file for meta updates?

Thanks.
Aaron
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to