Run Dart WebApp on Apache Server
问题 I want to server a Dart application on an Apache server. I added the line application/dart dart to the mime.type file in the Apache configuration. Still I get the error Resource interpreted as Script but transferred with MIME type text/plain: "http://localhost/~d022051/mastermind/web/mm-game.dart". Another issue is the link to the packages directory. I do not want to have symlinks in the documents directory of the server. Is there a smart way to copy the required packages in the correct