PassMark Logo
Home » Forum

Skip Page Option

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 1Candyman1
    Junior Member
    • Mar 2006
    • 8

    #1

    Skip Page Option

    I have build 1015 of version 5.1, and i'm having an issue with the "Skip Options" tab in the configuration. I read the notes and learned i could use a wild character * which i'm trying to get to work. Currently all of my pages get indexed as:

    Contact.asp
    Contact.asp?fontsize=s
    Contact.asp?fontsize=m
    Contact.asp?fontsize=l

    Whereas i only want the first. I have tried several different methods to get it to work but just can't seem to find a winner:
    *?fontsize=s
    *?fontsize
    *fontsize

    Any suggestions?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    You don't need the star character in the skip list for wild cards. Just
    Contact.asp?fontsize
    should be sufficent.

    See also section 2.2.4 of the users guide.

    Comment

    Working...