Varuna Seneviratna wrote:
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:HelloWhen 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
# 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/htmland 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx