htaccess: PHP in HTML ausführen
Um in HTML Dateien PHP auszuführen ist folgende Angabe in der htaccess Datei nötig:
AddType application/x-httpd-php php php4 php3 html htm
Um in HTML Dateien PHP auszuführen ist folgende Angabe in der htaccess Datei nötig:
AddType application/x-httpd-php php php4 php3 html htm
LimitRequestBody 10240000
<files .htaccess> order allow,deny deny from all </files>
<Limit GET POST> order allow,deny deny from 000.000.000.000 allow from all </Limit>