Drupal admin: clean URLs for Drupal using IIS
Using Apache, clean URLs in Drupal compatible with SEO are achieved using mod_rewrite
, but no built-in equivalent seems to exist for Microsoft IIS. There is a hack, though...
The small things that make life easier with Drupal
Using Apache, clean URLs in Drupal compatible with SEO are achieved using mod_rewrite
, but no built-in equivalent seems to exist for Microsoft IIS. There is a hack, though...
Some sites may wish to display to users what their roles are. Here is a small module allowing just this.
Permissions defined by modules in Drupal are usually given short names, in plain ASCII-96. Using anything else, like entities, requires caution...