Wednesday 11 October 2006 7:24:44 am
Hey, I'm have this wierd problem with my web site and generating static cache.
My site name is called reviews. In my site content, I also have a folder in the root folder called reviews with subfolders under it.
Lets say I have a folder called auto under the reviews folder. If I got to http://domain.com/reviews/auto then I get an error that say Module not found. I have to use http://domain.com/reviews/reviews/auto to get to it. However when I create a directory called test in the root folder and then go to http://domain.com/test then it works. http://domain.com/reviews/test also takes me to the same page. I have added CachedURLArray[]=/reviews* to the staticcache.ini so the cache will build the cache for all the content under reviews. The problem is that when the cache routines build the urls, it build it like http://domain.com/reviews/auto which is the url that give me errors. In turn, the cache build fails and never gets built. Can someone help me figure out how to get the cache to build? Thank you, Steve.
|