Missing Image from sub folder with url rewrite

Discussion in 'DNS/Domain names' started by saykaof, May 14, 2010.

  1. I used IIS 7 manager to redirect my sub domain per Winhost suggested and it worked but it was not exactly what I want.

    So I replaced the rewrite url from \sub1\{R:1} to \sub1\default.aspx, and by doing so my images in the theme folder does not show up. The theme folder is in the same directory as the default.aspx.

    Can anyone show me what I should add to the rewrite url so my images or other info from app-folders can be rendering as it should under normal circumstance?

    FS
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Setting up a URL Rewrite/Redirect rule does not do anything to the path in which your application calls on the images. This is a coding issue directly in the application itself. Check the path that you code in your application and make sure its correct.
     

Share This Page