The scaffolded .htaccess file contains
ForceType application/javascript .js for the js version and
ForceType text/css .js for the css version.

This triggers the following apache alert ForceType takes one argument, a mime type that overrides other configured type

The correct version should be:

ForceType application/javascript
ForceType text/css

http://httpd.apache.org/docs/2.2/mod/core.html#forcetype

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Thanks for letting me know :)
This has been committed. Will work on an update function next.

mikeytown2’s picture

Status: Active » Fixed
FileSize
8.73 KB

Following patch has been committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.