| > WHAT WILL BE THE SYNTAX.
You already have all the syntax! Just join it together :)
Actually... I don't think "?" works in a filter (it's not
like full RegExp)... so -*.xl? might not work.
-* +mywebsite.com/*
-*.class -*.gif -*.jpg -*.png -*.tif -*.bmp -*.js -*.zip -*.
jsp -*.arj -*.lzh -*.tar -*.rar -*.exe -*.mov -*.mpg -*.mpeg
-*.avi -*.asf -*.mp3 -*.mp2 -*.rm -*.wav -*.vob -*.qt -*.vid
-*.ac3 -*.wmv -*.asx -*.wma -*.cgi -*.ram -*.php3 -*.msi -*.
eps -ad.doubleclick.net/* -*.mid -*.swf -*.php -*.asp -*.
TZZZZZZZ -*.cfm -*.jar -*.stm -*.xml -*.mso -*.pic -*.pl -*.
aiff -*.com -*.bin -*.gz -*.z -*.sit -*.hqx -*.tgz -*.dll
-*.ocx -*.vbx -*.xl? -*.do? -*.au
Alternatively, if the site is simply HTML:
-* +mywebsite.com/*.html +mywebsite.com/*.htm
| |