Я новый пользователь веб-сервера OpenLitespeed. Раньше я использовал Apache для своего веб-сервера. Теперь я запутался в .htaccess для обеспечения безопасности в OpenLitespeed.OpenLitespeed htaccess
Ниже мое правило .htaccess отлично работает в Apache
IndexIgnore *.css *.js *.png *.jpg
Options -Indexes
ErrorDocument 400 index.php
ErrorDocument 403 index.php
ErrorDocument 404 index.php
ErrorDocument 500 index.php
<Files ~ "\.optl$">
Order allow,deny
Deny from all
</Files>
Как я могу использовать это правило в OpenLiteSpeed веб-сервера? Спасибо
такой же вопрос я встретил – harrrrrrry