I would like to upload some HTML pages with the ending .aspx to our apache root server and I want apache to treat and deliver them just as regular .html files. I know this is unusual, but it is only for a preliminary site for SEO reasons until I get a windows server.
Right now when I view one of the files in my browser, the browser treats them as text/plain instead of text/html.
I already tried the following in my .htaccess file, but it did not seem to have any effect:
AddEncoding text/html .aspx
What's the right way to do this?