Forums
(@stephaneroywp)
9 months, 1 week ago
Adding the following lines not to the .htaccess but to the hosting config file did the trick :
<system.webServer> <staticContent> <mimeMap fileExtension=".mjs" mimeType="text/javascript" /> </staticContent></system.webServer>
Regards