Property
CogDirectoryFilesHandler:strip-components
Description [src]
Number of leading path components to strip (ignore) at the beginning of request URIs.
For example, when set to 2
, a request for a URI with path
/a/b/c/d.html
will ignore the /a/b
prefix and search for c/d.html
.
Type: | guint |
Getter method | cog_directory_files_handler_get_strip_components() |
Setter method | cog_directory_files_handler_set_strip_components() |