Forum Moderators: phranque
I'm currently using the following in my .htaccess to serve these files as HTML.
DefaultType text/html
DirectoryIndex index index.html
Any ideas on how I can also serve them as PHP without adding a PHP extension? Ideally, I would like to have the option of serving them as HTML or PHP.
Thanks for your help!