On 8/16/05, Elias Torres <[EMAIL PROTECTED]> wrote: > Then we could write RewriteRules in Apache that translated these for example: > > http://www.jroller.com/page/fate/Weblog?catname=General into > http://www.jroller.com/static-content/fate/general/index.html
Suggestion: write the static version to the user's resource directory: http://www.jroller.com/resources/fate/general/index.html The only problem with this is that it could interfere with the maxDirectorySize admin value (eating up space valuable to the user, so that they cannot upload a file). Since currently that value only measures against the "base" resource directory for the user (/resources/fate) we can get aroudn this issue for the time being by writing all static content to a subdirectory. THis stops working if/when we allow the user to create subdirectories. Lance
