Forum Moderators: phranque
but when accessed from a rewrite rule I receive lots of page errors to do with the linked css and javascript files, none of which seem to be linked.
How can the same code work differently when accessed from a rewrite rule?
<script type="text/JavaScript" src="javascript/jquery-1.3.2.min.js"/>
<LINK REL="StyleSheet" HREF="css/general.css" TITLE="Contemporary" TYPE="text/css"/>
Is there a way to avoid this?
thank you,
George
It is the client (e.g. browser or search robot) that resolves relative links according to the URL that it 'sees' in its address bar. By changing the URLs seen by the browser, you have changed the 'base locations' used to calculate the location of these page-relative links.
Jim