[SOLVED] Problem with request image from assets

I have many errors like the Unable to resolve the request “assets/1f2a34fa/themes/classic/remove.png”.

Maybe this is solved very easily (.htaccess ?). Give, please, how can I get rid of them.

Thanks in advance.

additional: third parties JS use url(image.png)

What is this error? Does it come from Web server? What does your .htaccess look like?

protected/runtime/application.log:

Quote

Stack trace:

#0 E:\Apache\htdocs\framework\web\CWebApplication.php(120): CWebApplication->runController('assets/1f2a34fa…')

#1 E:\Apache\htdocs\framework\base\CApplication.php(133): CWebApplication->processRequest()

#2 E:\Apache\htdocs\test\index.php(11): CApplication->run()

#3 {main} REQUEST_URI=/assets/1f2a34fa/themes/default/file.png

my .htaccess in the root dir:

Quote

Options +FollowSymLinks

IndexIgnore /

RewriteEngine on

if a directory or a file exists, use it directly

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

otherwise forward it to index.php

RewriteRule . index.php