Really thank you for your help, Hugo Leisink. This is my configuration for magento 2 on hiawatha 10.1 and still not work for me
UrlToolkit {
ToolkitID = magento
RequestURI exists Return
Match .* Rewrite /index.php
}
VirtualHost {
Hostname = dev08.local
WebsiteRoot = /srv/http/dev08.local/public
AccessLogfile = /srv/http/dev08.local/log/access.log
ErrorLogfile = /srv/http/dev08.local/log/error.log
TimeForCGI = 5
UseFastCGI = PHP7
StartFile = index.php
UseToolkit = magento
HTTPAuthToCGI = yes
}
This is my configuration for magento 2 on hiawatha 10.1 and still not work for me
got this message again then web brownser was crashed.
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
Script: http://dev08.local/setup/pub/angular/angular.min.js:151
Any idea to fixed?