How can I Replace .php with .html ?
I have all files with .php extension in my files directory
/files
  foo.php
  bar.php
I want browser to show them as
  http://example.com/files/foo.html
  http://example.com/files/bar.html 
Is this possible by .htaccss?
 
     
     
     
    