Re: How to configure Apache to processes .html file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux