Hosting ember project on apache2 server - how to structurize etc?

Hi, I have the similar problem, I try to deploy tutorial example on Apache according to Deploying - Tutorial - Ember Guides.

For root url ‘http://localhost’ it works fine, but when I have more complicated url like ‘http://localhost/contact’ and then I refresh url I receive 404 error.

I enabled rewrite mod on httpd.conf (LoadModule rewrite_module modules/mod_rewrite.so) and added .htaccess file to root folder on apache 'c:\Apache24\htdocs' but it doesn’t work.

Do you have any idea what should I do to solve this problem?