One of our systems generates files with an .asp extension that actually only html. I need to display those files on an Apache httpd server, which doesn't like asp files. Is there a way to indicate to the server to display those files as HTML files?
One of our systems generates files with an .asp extension that actually only html. I need to display those files on an Apache httpd server, which doesn't like asp files. Is there a way to indicate to the server to display those files as HTML files?
Add this to your httpd.conf or .htaccess file.
sudo a2enmod mime
Reference: https://httpd.apache.org/docs/2.4/mod/mod_mime.html#addtype
To list apache loaded modules use: