Вот соответствующая часть журнала ошибок Apache:
Код: Выделить всё
[Sat Oct 29 21:03:19.067516 2022] [mpm_winnt:notice] [pid 10564:tid 392] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Oct 29 21:03:21.089915 2022] [mpm_winnt:notice] [pid 10196:tid 424] AH00364: Child: All worker threads have exited.
[Sat Oct 29 21:03:21.115924 2022] [mpm_winnt:notice] [pid 10564:tid 392] AH00430: Parent: Child process 10196 exited successfully.
[Sat Oct 29 21:03:36.304642 2022] [mpm_winnt:notice] [pid 15964:tid 440] AH00455: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29 configured -- resuming normal operations
[Sat Oct 29 21:03:36.304642 2022] [mpm_winnt:notice] [pid 15964:tid 440] AH00456: Apache Lounge VC15 Server built: Mar 16 2022 15:48:38
[Sat Oct 29 21:03:36.304642 2022] [core:notice] [pid 15964:tid 440] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Oct 29 21:03:36.307644 2022] [mpm_winnt:notice] [pid 15964:tid 440] AH00418: Parent: Created child process 14140
[Sat Oct 29 21:03:36.675672 2022] [mpm_winnt:notice] [pid 14140:tid 444] AH00354: Child: Starting 150 worker threads.
Вот мой текущий файл .htaccess (хотя я не думаю, что это проблема, я включил его для справки):
Код: Выделить всё
RewriteEngine On
ErrorDocument 403 https://peelleuters.nl/403
RewriteCond %{REQUEST_FILENAME}.php -f [NC]
RewriteRule ^ %{REQUEST_URI}.php [L]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteRule ^(.*)$ artikel.php?id=$1 [QSA,L]
Options -Indexes
Изменить: к сожалению, эта проблема не решена.
Подробнее здесь: https://stackoverflow.com/questions/742 ... s-in-xampp
Мобильная версия