diff options
author | Arto Bendiken | 2006-11-25 00:10:08 (GMT) |
---|---|---|
committer | Arto Bendiken | 2006-11-25 00:10:08 (GMT) |
commit | 74e552d046bd1c4e6f0536b5ad04016d5e317a06 (patch) | |
tree | 60447f0fba6085b2e090ea1cd365dde3a8270069 | |
parent | fda6e4bb1519c9c79a6d54cecae6fef7bb7d2475 (diff) |
Documented the FollowSymLinks requirement and added note about using the HTML footer to determine whether a page response was dynamically generated or not.
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -98,6 +98,16 @@ served as per the following simple rules: IMPORTANT NOTES --------------- +* Drupal URL aliases get written out to disk as relative symbolic links + pointing to the file representing the internal Drupal URL path. For this + to work correctly with Apache, ensure your .htaccess file contains the + following line (as it will by default if you've installed the file shipped + with Boost): + Options +FollowSymLinks +* To check whether you got a static or dynamic version of a page, look at + the very end of the page's HTML source. You have the static version if the + last line looks like this: + <!-- Page cached by Boost at 2006-11-24 15:06:31 --> * If your Drupal URL paths contain non-ASCII characters, you may have to tweak your locate settings on the server in order to ensure the URL paths get correctly translated into directory paths on the file system. |