Hi

I am using clean URLs and would like to at a suffix (".htm" or ".html") so that "http://my_drupal_site.com/article" is rendered as "http://my_drupal_site.com/article.html". Can someone please explain how this can be done of point me to a thread or guide which covers this topic?

Thanks

Comments

nevets’s picture

You can alias any path you want and the alias can end in '.html'. For nodes the path module provides manual aliasing, the path auto module automates this.

chillz’s picture

Thanks for the response nevets. Parts of it is a bit arcane to me :) (I last dabbled with Drupal about 3 years ago) but at least I know where to start.

Cheers