Property
CogDirectoryFilesHandler:use-host
Description [src]
Whether to use the URI host component as the first subdirectory name.
For example, given a request for the URI scheme://host/some/path:
- When enabled, a subdirectory named
host/some/pathwill be searched for inside thebase-path. - When disabled, a subdirectory named
some/pathwill be searched for inside thebase-path.
| Type: | gboolean |
| Getter method | cog_directory_files_handler_get_use_host() |
| Setter method | cog_directory_files_handler_set_use_host() |