Временное отключение .htaccess

This commit is contained in:
Роман Жилкин 2025-01-23 20:55:37 +07:00
parent 834937fc74
commit 320f481089

View file

@ -5,7 +5,7 @@ ServerName localhost
<Directory "/var/www/html"> <Directory "/var/www/html">
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride All AllowOverride None
Require all granted Require all granted
</Directory> </Directory>