PDA

View Full Version : Skip Page Option


1Candyman1
05-02-2008, 03:35 PM
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?:confused:

wrensoft
05-02-2008, 11:45 PM
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 (http://www.wrensoft.com/ftp/zoom.pdf).