Note that this rule may break page-relative links to CSSs, images, etc. This is due to a change in the base path (parent folder of the page) that is being used by a browser to calculate complete resource URI. There are three possible solutions: !
Use the rule given below. It does not affect base path. !
Directly specify correct base path for a page with the help of <base href="/folder/page.asp"> tag. !
Change all page-relative links to either root-relative or absolute form. !