. Php dosyaları HTTPD tarafından ayrıştırılır olmamak

0 Cevap php

Update:

Benim sorunum sonra tüm httpd.conf ile oldu, değil php.ini. Ben şu eksikti:

<FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>

http://wiki.apache.org/httpd/PHPDownload

(check other answers below too)

Original Question I'd like a way to test my php.ini file, because my server currently cannot parse .php files. I'm having problems with my MimeTypes for PHP and I don't see any errors when I restart HTTPD.

0 Cevap