diff --git a/README.txt b/README.txt index 721a840584c0b0d04ec546cb14bf639f10523bd2..98efe8059669d57d18e4cc873e5f9335ab8bb047 100644 --- a/README.txt +++ b/README.txt @@ -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: + * 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.