diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-08 07:32:53 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-08 07:32:53 +0000 |
commit | 96fe64e393e0956d3f0b9de4afa3971cb1169b26 (patch) | |
tree | 0dff8db8d039006893d16fa4b1db73d06d7524a2 /doc/UPGRADE.txt | |
parent | 6c2fa2f020a76dcf6fda5b776653c6d2958900b7 (diff) | |
download | semanticscuttle-96fe64e393e0956d3f0b9de4afa3971cb1169b26.tar.gz semanticscuttle-96fe64e393e0956d3f0b9de4afa3971cb1169b26.tar.bz2 |
explain people how to setup their installation to get rid of www/ in URLs.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@644 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'doc/UPGRADE.txt')
-rw-r--r-- | doc/UPGRADE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index 3e23640..371c302 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -10,6 +10,12 @@ API: The method signatures of addBookmark() and updateBookmark() changed due to the addition of the $short parameter. +We got complaints about the changed file structure, and people told +us that they just cannot set the document root to www/, because they +are not admins on their http server. This is a valid point, and +with 0.96.0 you can easily change it. See INSTALL.txt for more information +about moving www/. + From version 0.94 to 0.95 -------------------------- |