Answer the question
In order to leave comments, you need to log in
Windows Linux Subsystem (Ubuntu). Php files are not processed (downloaded). How to fix?
Good afternoon.
On Windows Linux Subsystem in Windows 10, apache, mysql and php 5.6 are up.
Html opens fine, but php is not processed and downloaded.
What could be the problem?
Everything installed perfectly, no errors. Everything is in working order
Answer the question
In order to leave comments, you need to log in
Of course, explain to Apache that .php needs to be executed. For example, like this: (apache 2.2)
# Add types definitions for PHP working properly
<IfModule php5_module>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
Everything installed perfectly, no errors. Everything is in working order
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question