After issuing the command (apache httpd.conf file)
AddType application/x-httpd-php .php .htm .html
any attempt to include javascript code
<script src="file.js" type="text/javascript"></script>
into htm (or html) file fails. How can I successfully config Apache2 to
work with
embedded PHP and javascript at same time?
TIA,
Bernhard Enders.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
AddType application/x-httpd-php .php .htm .html
any attempt to include javascript code
<script src="file.js" type="text/javascript"></script>
into htm (or html) file fails. How can I successfully config Apache2 to
work with
embedded PHP and javascript at same time?
TIA,
Bernhard Enders.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Comment