HTACCESS ЗАПУСК PHP
Для запуска PHP-скрипта в файле .htaccess необходимо добавить специальную строку кода. Для этого откройте файл .htaccess и вставьте следующий код:
AddHandler application/x-httpd-php .html .php
deny from all
php_flag display_errors on
php_value error_reporting 7
How to Open Website in localhost in xampp server
Change PHP Extension from URL with .htaccess
#25 - using .htaccess in php, rewrite url, redirect, ErrorDocument 404
4. Establish htaccess and ruphp.com for apache web site server configuration tutorial
Prevent direct access to files from URL - PHP htaccess
How to enable .htaccess on apache server?
Using .htaccess files: common usage and an example
htaccess tutorial for beginners php [ Most used things in htaccess ] 2022
.htaccess file Redirection, Authentication, Remove .php extension
Configure Apache with .htaccess