lemmin Posted May 4, 2012 Share Posted May 4, 2012 Hi, I have a Drupal multi-site installation that aliases different URLs to the same directory on the server. For example: alias /site1 /srv/www/htdocs alias /site2 /srv/www/htdocs The problem is that URLs to certain shared files are different. Both sites are requesting the same file, but the URL is different. This means that the user's browser will re-download the file, even if he/she already has it. Is there a way to convince the browser that this file is being downloaded from the same location even though the URL is different? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/262069-can-different-aliases-share-the-same-cache/ Share on other sites More sharing options...
trq Posted May 4, 2012 Share Posted May 4, 2012 Is there a way to convince the browser that this file is being downloaded from the same location even though the URL is different? No. Quote Link to comment https://forums.phpfreaks.com/topic/262069-can-different-aliases-share-the-same-cache/#findComment-1343041 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.