I have an apache server with php4.
i'd like to make it where ALL html files are sent through php, so that i can put php code in html files and have it still processed by php before going to the user.
basically, i want an index.html with php code to be translated by php, even though it doesn't have the .php extension.
any ideas?