By jeff-drew on
How do you make
http://...site.tld/drupal/index.php?q=node/2
also/really
http://...site.tld/drupal/contact
this task is described here, but I need clarification:
http://drupal.org/project/path
Thank you,
Jeff
How do you make
http://...site.tld/drupal/index.php?q=node/2
also/really
http://...site.tld/drupal/contact
this task is described here, but I need clarification:
http://drupal.org/project/path
Thank you,
Jeff
Comments
First, you'll need to enable
First, you'll need to enable Clean URLs, which requires htaccess/mod_rewrite support wherever you are hosting.
Next, just edit the node and fill out the "path alias" field with whatever you want to call it (e.g. "contact"). You'll need to make sure that the path module is enabled and that your user has permission to edit/admin paths.