I have made an application (php, css, js) with absolute path like
<img src="/images/example.jpg" alt=""/>
and others for including resources (js, css, etc.)
The application was initially destinated to be hosted on a server like http://domain.com Now I need to host the site in a subfolder http://domain.com/2013/
How can I update my application and make it accessible in the new subfolder without update all the paths.
Maybe with .htaccess ?