Drupal: The easiest way to create HTML page without usage of drupal -


How do I "print" Drupal .html file that is stored in the Drupal directory (E.g., in the Drupal root directory, or in sites / all / file / )?

Let me do that .html file with a simple path like http://www.mydomain.com/thatfile.html , without theming etc.

PS To explain the motivation: I want the users to be able to print the location map from the site (by pressing the "Print map" link) Can not redirect to a new tab (I want to redirect them to the new tab :)) ). But what if the user would accidentally press "Cancel"? (User can be confused)

Thanks in advance.

If Drupal is hosted on, and result.html is a file named, Get the contents of the file.
One of the rewrite rules included in an .htaccess file Duple comes with a file service that tells the web server that exists.

Comments