Themes won't load

I’m on Typo trunk with Scribbish, and I noticed tonite that the
theme’s stylesheet won’t load - Apache returns a 404 error. I seem to
get the same error if I switch back to Azure. I ran a fresh “svn up”
and restarted the app - didn’t help. I cleared the cache, both with
the admin page and with “rake sweep_cache”.

This is the URL which doesn’t load:
http://www.almostserio.us/stylesheets/theme/application.css

The app is in a Mongrel cluster behind Apache 2.2 proxy balancer.

Any ideas?


Cheers,

Kevin

Nevermind.

I had bad juju in my Apache config:

ProxyPass /stylesheets ! # don’t proxy stylesheets, serve them directly

That won’t work for routes expecting to re-route requests stylesheets!

On 7/13/06, Kevin W. [email protected] wrote:

Any ideas?


Cheers,

Kevin


Cheers,

Kevin