Index: openacs-4/packages/edit-this-page/www/doc/install.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/doc/install.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/edit-this-page/www/doc/install.html 9 Jan 2003 21:13:33 -0000 1.2 +++ openacs-4/packages/edit-this-page/www/doc/install.html 8 Apr 2004 22:40:04 -0000 1.3 @@ -18,12 +18,24 @@ creating a new directory, selecting "new application", and choosing Edit This Page. Within that directory, anyone who has "write" permission will see a link that takes them to the ETP interface from which they may edit the content of the page. -

However, you're not really having fun until you can modify your home -page through your web browser. By entering the following commands, you'll -set up your site so that Edit This Page can also serve pages at the top level -of the URL hierarchy, including your home page. Doing this will not prevent -access to the top-level admin pages; the acs-subsite package remains mounted -at the top level.

cd /web/MYSERVER/www
+

+ +

However, you're not really having fun until you can modify your +home page through your web browser. If you go the Main Site +Administration page, and click on Parameters, you can set the URL for +the main site, under IndexRedirectUrl. If you have mounted an +Edit-this-page instance at /intranet, for example, you can enter +intranet here, and requests for the main page (/) will be redirected +to the Edit this page instance (/intranet).

+ +

Or, if you want requests for (/) to still go to /, then by entering +the following commands, you'll set up your site so that Edit This Page +can also serve pages at the top level of the URL hierarchy, including +your home page. Doing this will not prevent access to the top-level +admin pages; the acs-subsite package remains mounted at the top +level.

+ +
cd /web/MYSERVER/www
 mkdir index-backup
 mv index* index-backup
 ln -s ../packages/edittthispage/www/index.vuh .
@@ -39,4 +51,4 @@
 
 
 
-
\ No newline at end of file
+