/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
setup/.htaccess
17 строк
418 B
Sam James
feat: disable setup route by default for apache distributed config
14 май 2025, 13:07
14 май 2025, 13:07
f6ca78b
Код
Авторство
О чём код?
# If you want to enable the web based setup functionality, add your ip address # to the allow list below or comment out the IfVersion Deny deny blocks below. <Files "index.php"> <IfVersion < 2.4> order allow,deny deny from all </IfVersion> <IfVersion >= 2.4> Require all denied </IfVersion> </Files> Options -Indexes <IfModule mod_rewrite.c> RewriteEngine Off </IfModule>