Index: openacs-4/packages/acs-core-docs/www/tutorial-vuh.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-vuh.html,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/tutorial-vuh.html 24 Jun 2004 09:42:26 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/tutorial-vuh.html 24 Jun 2004 10:44:40 -0000 1.9 @@ -1,4 +1,4 @@ -Using .vuh files for pretty urls

Using .vuh files for pretty urls

.Vuh files are special cases of .tcl files, used for rewriting incoming urls. We can use a vuh file to prettify the uri for our notes. Instead of note-edit?item_id=495, we can use note/495. To do this, we will need a new .vuh file for redirection and we will need to change the referring links in note-list. First, add the vuh:

[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www
+Using .vuh files for pretty urls

Using .vuh files for pretty urls

.Vuh files are special cases of .tcl files, used for rewriting incoming urls. We can use a vuh file to prettify the uri for our notes. Instead of note-edit?item_id=495, we can use note/495. To do this, we will need a new .vuh file for redirection and we will need to change the referring links in note-list. First, add the vuh:

[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www
 [$OPENACS_SERVICE_NAME www]$ emacs note.vuh
 

Paste this into the file:

# Transform requests of type: a/b
 # into this internal request: A?c=b
@@ -36,4 +36,4 @@
     package. Commonly, you would use ad_conn package_url to build the
     URL. Otherwise, some of your links may be relative to the virtual
     directory (note/) instead of the actual directory that the note is
-    being served from.

View comments on this page at openacs.org
+ being served from.

View comments on this page at openacs.org