Hi..i have CSS and images problem in Url Rewriting
-
Hello All... when i apply URL rewriting the page is working fine. but the problems is : CSS and IMAGES are not shown on the page due to path is changed. i have used RewriteModule for URL rewriting now what should i do to avoid this problem which style of coding i shud used.. i need your help ...thnx
Jay R.Bhagatwala
-
Hello All... when i apply URL rewriting the page is working fine. but the problems is : CSS and IMAGES are not shown on the page due to path is changed. i have used RewriteModule for URL rewriting now what should i do to avoid this problem which style of coding i shud used.. i need your help ...thnx
Jay R.Bhagatwala
Specify an absolute url to the css files and images. Like for example
http://www.mysite.com/images/logo.gif
instead ofimages/logo.gif
. If the rewritten url is still in the same application, you can use a path relative to the site root instead of relative to the page. Like for example/images/logo.gif
instead ofimages/logo.gif
.--- single minded; short sighted; long gone;