<br># For example, to ignore /badpage.html, just add "/badpage.html". To ignore
<br># all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
<br># The opposite parameter of "SkipFiles" is "OnlyFiles".
-<br># Note: Use space between each value. This parameter is not case sensitive.
+<br># Note: Use space between each value. This parameter is or not case sensitive
+<br># depending on URLNotCaseSensitive parameter.
<br># Note: You can use regular expression values writing value with REGEX[value].
<br># Change : Effective for new updates only
<br># Example: "/badpage.html REGEX[^\/excludedirectory]"
<br># match a particular string, like a particular directory, you can add this
<br># directory name in this parameter.
<br># The opposite parameter of "OnlyFiles" is "SkipFiles".
-<br># Note: Use space between each value. This parameter is not case sensitive.
+<br># Note: Use space between each value. This parameter is or not case sensitive
+<br># depending on URLNotCaseSensitive parameter.
<br># Note: You can use regular expression values writing value with REGEX[value].
<br># Change : Effective for new updates only
<br># Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
# For example, to ignore /badpage.html, just add "/badpage.html". To ignore
# all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
# The opposite parameter of "SkipFiles" is "OnlyFiles".
-# Note: Use space between each value. This parameter is not case sensitive.
+# Note: Use space between each value. This parameter is or not case sensitive
+# depending on URLNotCaseSensitive parameter.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
# Example: "/badpage.html REGEX[^\/excludedirectory]"
# match a particular string, like a particular directory, you can add this
# directory name in this parameter.
# The opposite parameter of "OnlyFiles" is "SkipFiles".
-# Note: Use space between each value. This parameter is not case sensitive.
+# Note: Use space between each value. This parameter is or not case sensitive
+# depending on URLNotCaseSensitive parameter.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
# Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"