The Apache configuration doesn't support DSO. When I request files with the postfix .html a dialogue box appears for either saving or opening the file. When it is a PHP script that I request the PHP tags are ignored and the code is rendered as plain text.
I have added and removed the media type;
and
Added and removed these handlers:
And also added in the Options directive
Leaving these directive in part or in whole doesn't change anything, a dialogue box on html tags, when removed the PHP script is displayed as plain text.
I don't know how to solve the issue. Can anyone help?
I have added and removed the media type;
Code:
AddType applicatioon/x-htttpd-php .php
Code:
AddType applciation/x-httpd-source .phps
Added and removed these handlers:
Code:
AddHandler cgi-scrpt .cgi
Code:
AddHanler php-script .php
And also added in the Options directive
Code:
Options ExecCGI
Leaving these directive in part or in whole doesn't change anything, a dialogue box on html tags, when removed the PHP script is displayed as plain text.
I don't know how to solve the issue. Can anyone help?