Answer the question
In order to leave comments, you need to log in
PHP is not executed in html, where to dig?
In htaccess I write
RemoveHandler .html .htm
AddType application/x-httpd-php .htm .html .shtml
<?php echo "текст"; ?>
Answer the question
In order to leave comments, you need to log in
Look in this file apache\conf\extra\httpd-xampp.conf
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question