This isn’t a question, just a tip that I hope someone finds useful. :)
If you’re like me, you like to be able to insert PHP inside HTML files for various purposes. You can allow PHP parsing in other file types. Here’s how you do it in HTML files.
AddHandler php5-script .php .html
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Great. Thanks for the tip!