Change .html to .php
August 4th, 2016http://www.google.com?t=2030500&start=0
All the files are .html
I need them to be .php, but I don’t want to go manually and save them each individually. Is there a program; or a way that I can use to change the extension?
google “flash renamer”
mass renamer
Put all of your html files in a seperate folder. Open notepad and paste the following
@Echo Off
Rename *.html *.php
Rename *.htm *.php
Save the file as rename.bat (be careful with the extension) into the same folder. When you run the bat file it will change all of the html and htm files in the folder to php files.
Put all of your html files in a seperate folder. Open notepad and paste the following
@Echo Off
Rename *.html *.php
Rename *.htm *.php
Save the file as rename.bat (be careful with the extension) into the same folder. When you run the bat file it will change all of the html and htm files in the folder to php files.
Wow, great
Simple, very simple No apps needed