Problem with Static URL

Discussion in 'C#' started by dartdesign, Mar 8, 2007.

  1. #1
    Hello,
    I have a problem with my Static URLs. I have a web directory based on ASP, i am using mod-rewrite so i turn my dynamic URL to static, but the problem is that Static URLs are not indexed. First i was think that there is no problem but it was 5 months ago. Where can be the problem ?
    King regards...
     
    dartdesign, Mar 8, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you have links pointing to the static urls?

    Did you 301 redirect from the dynamic urls to the static ones?
     
    mad4, Mar 8, 2007 IP
  3. FPImages

    FPImages Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As I understand you are using RewritePath and all your IIS settings are correct...
    In this case the reason should be somewhere else.
    I am using RewritePath extensively to convert ".aspx?id=..." to static URLs
    and don't experience problems with indexing.
     
    FPImages, Mar 15, 2007 IP