The following is my directory structures:
admin\\ controls\\ images\\ media\\ lib\\ models\\ views\\ index.php .htaccess
The following is m
Change the rule as follow:
RewriteEngine On RewriteRule ^admin/images/(.*) images/$1
And put your .htaccess in your document root, or however in the '/admin' parent folder.