Условие:
Перед вами фрагмент описания виртуального хоста. Есть ли в нём ошибки?
<VirtualHost *:80>
# Другие директивы\nDocumentRoot "c:/users/public/www"
<Directory "c:/users/public/www">\nOptions -Indexes +FollowSymLinks\nRedirect 301 "/somefile.html" "http://other.ru/another.html"\nHeader add X-Header "Header for header"\nDirectoryIndex Readme.md\nRequire all granted
</Directory>
# Другие директивы
</VirtualHost>

