I need to change a jpg path to point to a different picture in a website. This has to be done through the apache conf because the website is always updated with git.
The point is to help the developers to easily see they are working on which dev environment, so if I can rewrite the path a the main logo to something else in their home that would be perfect.
I tried to add this in the VirtualHost configuration: RewriteRule ^/img/logo.jpg /home/someUser/logo2.jpg