Как правильно настроить apache?
Apache выдаёт такую ошибку, оставил порты как есть, так как они свободные, решил попробовать изменить порты, как в уроке, но всё равно, выдает такую ошибку:
12:18:49 [Apache] Error: Apache shutdown unexpectedly.
12:18:49 [Apache] This may be due to a blocked port, missing dependencies,
12:18:49 [Apache] improper privileges, a crash, or a shutdown by another method.
12:18:49 [Apache] Press the Logs button to view error logs and check
12:18:49 [Apache] the Windows Event Viewer for more clues
12:18:49 [Apache] If you need more help, copy and post this
12:18:49 [Apache] entire log window on the forums
Проблема вот с этим модулем:
<Directory "C:\xampp\htdocs\kinomonster">
Options Indexes FollowSymLinks
Allow from all
Require all granted
IndexIgnor /
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
</Directory>
Если его убрать, то всё заработает, как сделать так, чтобы работало с ним?