Hi,

I don't know what you've done wrong to stop the images showing. The rewrite rule you've listed wouldn't block images unless your images didn't end in .gif/.jpg etc.

However, the last line of the rule appears wrong. I think it should be:

RewriteRule (.*) index.php?%{QUERY_STRING} [L]

All the best...

Conor