Would it be considered bad practice to associate .htm(l) files with the PHP handler in apache?
I am working on a client site that has hundreds of html files and I want to slowly transition those to template based php files but can't do so at the speed that I would like since I have about 5-10 hours of free time every week. Renaming all of them to *.php would require me to update all sorts of links and I am lazy (just ask my wife 😉 ) , so I thought "Why don't I just force all .htm(l) files through the parser?"
Is this bad taste/lazy/frowned upon?
Your advice is appreciated.
I am working on a client site that has hundreds of html files and I want to slowly transition those to template based php files but can't do so at the speed that I would like since I have about 5-10 hours of free time every week. Renaming all of them to *.php would require me to update all sorts of links and I am lazy (just ask my wife 😉 ) , so I thought "Why don't I just force all .htm(l) files through the parser?"
Is this bad taste/lazy/frowned upon?
Your advice is appreciated.