<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - URL Rewrite Module</title><link>http://forums.iis.net/1152.aspx</link><description>All about the URL Rewrite Module for IIS 7.0. Use this forum to ask URL Rewiter questions, discuss issues, and request features.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Images not showing</title><link>http://forums.iis.net/thread/1909912.aspx</link><pubDate>Fri, 10 Jul 2009 16:03:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909912</guid><dc:creator>ruslany</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909912.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1909912</wfw:commentRss><description>&lt;p&gt;Make sure that you rewrite rule does not rewrite requests to image files. The rule should have two conditions that check if the requested url is not a file or a directory:&lt;/p&gt;
&lt;p&gt;&amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;As was pointed out earlier in the thread you have relative paths to the images, which is what most probably causes them not to load. You have two options:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Change all the image links to absolute paths, e.g.: &amp;quot;/images/abcde.jpg&amp;quot;, or&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Add the &lt;a class="" href="http://www.w3schools.com/TAGS/tag_base.asp"&gt;&amp;lt;base&amp;gt; tag&lt;/a&gt; to all the pages.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Images not showing</title><link>http://forums.iis.net/thread/1909875.aspx</link><pubDate>Fri, 10 Jul 2009 13:38:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909875</guid><dc:creator>Suvi Joseph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909875.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1909875</wfw:commentRss><description>Hello Jeff,
Thanks for the reply. 
I give the images link something like &amp;quot;images/abcde.jpg&amp;quot; in the pages. Is there any common place where I can provide the path of the images?

Regards,
Suvi Joseph</description></item><item><title>Re: Images not showing</title><link>http://forums.iis.net/thread/1909871.aspx</link><pubDate>Fri, 10 Jul 2009 13:29:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909871</guid><dc:creator>jeff@zina.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909871.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1909871</wfw:commentRss><description>&lt;p&gt;First guess is your images are using relative links.&amp;nbsp; Since you changed the URL, the links no longer point to the correct location.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>Images not showing</title><link>http://forums.iis.net/thread/1909859.aspx</link><pubDate>Fri, 10 Jul 2009 11:27:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909859</guid><dc:creator>Suvi Joseph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909859.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1909859</wfw:commentRss><description>Hello All,
I am trying to user URLRewriter in our site. http://birkatelyon.com/test/items.asp?category=RINGS&amp;amp;subcat=DESINSP. But when I go here http://birkatelyon.com/test/RINGS/DESINSP it doesnt show the images. Can you tell me what I am doing wrong?
Thanks in advance.

Regards,
Suvi Joseph</description></item></channel></rss>