Will this affect the cache ?
<LINK HREF=".../diffdir/index.css" REL="stylesheet" TYPE="text/css">
<LINK HREF=".index.css" REL="stylesheet" TYPE="text/css">
Will both the styles be stored or will the latter overwrite the former ?
More than one file with samename from diff dir in cache
Moderator: General Moderators
Well looking at my Temporary Internet Files, I'd say the answer is that they can co-exist easily.
Files are stored with the exact web address with them, so there can be hundreds of index.html's or style.css's, and the browser won't get mixed up.
And if you chose to import say two files that are named the same, yet are two seperate files in seperate folders, then I'm positive they will work also.
Files are stored with the exact web address with them, so there can be hundreds of index.html's or style.css's, and the browser won't get mixed up.
And if you chose to import say two files that are named the same, yet are two seperate files in seperate folders, then I'm positive they will work also.