Index: /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/example/commands.sh
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/example/commands.sh	(revision 43040)
+++ /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/example/commands.sh	(revision 43041)
@@ -1,2 +1,2 @@
-dsprodtool --add mytest2 --type sample --description quick
-dsreg --add myfs --product mytest --type dump --list fs_example.txt --datapath . --copy
+dsprodtool --add mytest --type ipp-misc --description quick
+dsreg --add myfs --product mytest --type PSREQUEST --list fs_example.txt --datapath . --copy
Index: /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/conf/ubuntu-datastore.conf
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/conf/ubuntu-datastore.conf	(revision 43040)
+++ /branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/web/conf/ubuntu-datastore.conf	(revision 43041)
@@ -11,6 +11,6 @@
     DocumentRoot "/var/www/html"
 
-    Alias       /ds     /data/MYHOST.0/datastore/dsroot/
-    ScriptAlias /ds-cgi /data/MYHOST.0/datastore/ds-cgi/
+    Alias       /ds      /data/MYHOST.0/datastore/dsroot/
+    ScriptAlias /ds-cgi/ /data/MYHOST.0/datastore/ds-cgi/
 
     # ensure requests like http://datastore/foo/bar become http://datastore/ds/foo/bar
@@ -19,4 +19,5 @@
     RewriteCond %{REQUEST_URI} !^/ds(/|$)
     RewriteCond %{REQUEST_URI} !^/ds-cgi(/|$)
+    RewriteCond %{REQUEST_URI} !^/error(/|$)
     RewriteRule ^/(.*)$ /ds/$1 [R=301,L] 
 
