03-09-2009, 04:09
(Ten post był ostatnio modyfikowany: 03-09-2009, 04:10 przez Labsta.com.)
No to może:
Apache Handler
application/x-httpd-php
Rozszerzenie
.php
Ewentulanie w .htaccess możesz dać:
Apache Handler
application/x-httpd-php
Rozszerzenie
.php
Ewentulanie w .htaccess możesz dać:
Kod:
<Files *.html>
ForceType application/x-httpd-php5
</Files>
<Files *.php>
ForceType application/x-httpd-php5
</Files>