How to change a file extension in NetBeans
Published on 3/11/2011
I had a .html file that I wanted to change to .php, but NetBeans doesn’t let you change the extension with the Rename or Refactor menu option.
To change the file extension in NetBeans, right-click the file and choose Properties. In the Properties window, under Extension, change the value, and hit Close.
... views