Hi again,
one more question is in my mind is how can i create private pages (pages not appearing in menus or search results but accessible via direct url). e.g.
i want a url: http://www.mysite.com/products/a-nice-product-on-demand/ be accessible to person who use that url only.

thank you again :-)

Navi

Comments

hershel’s picture

By default pages don't appear in menus. To make a page accessible only to one user (or role) try this: http://drupal.org/project/nodeaccess

steve02476’s picture

Be careful about the indexing stuff. There are some modules to exclude entire content types from indexing, but I don't think there's a good way to exclude particular nodes from indexing.