Forums / Install & configuration / Static cache not generating.

Static cache not generating.

Author Message

Stephen Schwenker

Monday 02 October 2006 6:03:29 am

Hello,

I'm trying to get static caching running but it look like only some of the cache is being built.

Ive enabled it in the site.ini and then added the following into the staticcache.ini

[CacheSettings]
HostName=192.168.92.34
StaticStorageDir=static
MaxCacheDepth=10

CachedURLArray[]=/
CachedURLArray[]=/reviews*

When I run the script to build the cache, it build the /index.html file and the /reviews/index.html file but it doesn't build any others even though they are all listed in the script output. Here's a sample

wildcard cache: /reviews/auto_reviews/*
     0.1% CACHE  /reviews/auto_reviews/1995
     0.2% CACHE  /reviews/auto_reviews/1995/50_auto_writers_test_mettle_against_metal
...

Can anyone help me figure out why the other cache files are not building?

Thank you,

Steve.