Как правильно настроить apache?

0

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>

Если его убрать, то всё заработает, как сделать так, чтобы работало с ним?

xampp

2 ответов

0

Если его убрать, то всё заработает
Откуда убрать, куда вы это прописываете, в какой файл? Операционная система windows у вас?

0

Решил проблему, я там просто опечатался

Sign up or Log in to write an answer