По требованию программистов в конфиге алиаса пришлось отключить директиву < DirectorySlash >,
Код: Выделить всё
DirectorySlash OFFМеня интересует чем это чревато? ( особенно с точки зрения безопасности )
Модераторы: SLEDopit, Модераторы разделов
Код: Выделить всё
DirectorySlash OFFSecurity Warning
Turning off the trailing slash redirect may result in an information disclosure. Consider a situation where mod_autoindex is active (Options +Indexes) and DirectoryIndex is set to a valid resource (say, index.html) and there's no other special handler defined for that URL. In this case a request with a trailing slash would show the index.html file. But a request without trailing slash would list the directory contents.