Custom URLs
ComputerSnack - November 18, 2008 - 22:56
Hello all. I have a couple questions about Drupal. I am new to Drupal as well as CMSs.
1. Is it possible to have a url like http://www.mydomain.com/hr instead of http://www.mydomain.com/node/12 ?
2. Is it possible to enable editing & saving of pages without Publishing, while keepin the current published version live?
-Kevin

1. There is the path module
1. There is the path module in core. If you have it enabled, you can assign paths to your posts while editing them, or from the "URL aliases" menu item. There is also a very popular contributed module, http://drupal.org/project/pathauto, which can generate paths automatically according to rules that you have set.
2. Depending on how exactly you want that to work, there are a few contributed modules:
http://drupal.org/project/revision_moderation
http://drupal.org/project/autosave
http://drupal.org/project/draft
i like pathauto
i like pathauto (http://drupal.org/project/pathauto)
I forgot to mention another
I forgot to mention another useful one, the http://drupal.org/project/globalredirect module, to make sure that your aliases will be always used.
Thank you. It looks like the
Thank you. It looks like the built-in path module will suite your needs. Thanks.