Varuna Seneviratna wrote:
Hello
When I save a file with a .html extension ,Apache does not
processes the PHP script in it.How to configure Apache to processes
PHP in .html files?
Thanks Varuna
--
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka
Tel : 011-2888620
Mobile:0715617141
You can have any file-extension parsed by adding that extension to the
AddType directive (found in main httpd.conf, apache.conf, or
mods-enabled - php.conf). But you should have a system such as:
# these get processed by the php interpreter (space delimited)
AddType application/x-httpd-php .php .htm .<your extension here>
I personally use (for me it's php5.conf):
.php .htm for pure php scripts or mixed php/html
and I use .html .shtml for completely static pages (you don't need to
tell apache this.)
--
Norman
Registered Linux user #461062
-Have you been to www.apache.org yet?-
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]