I've moved all my picture files on another directory.
So, if a user / web client wants:
http://lang.monsite.com/index.php, go to/index.php?l=langhttp://lang.static.monsite.com/test.js, go to/js.php?l=lang&f=test.jshttp://lang.static.monsite.com/test.png|gif|jpg|jpeg, go to/web/template/image/lang/test.png
I've managed to setup rules 1 and 2 but not 3. My problem is that the webserver has to return the full path to be able to return the image, because the path is not the same as the website vhost path.
This is my problem. How could I solve it? (I've already read the rewrite rules help, maybe if you find something more helpful for me...)
Thank you very much!