Ben Collins wrote:
> Find the phtml defines in httpd.conf and uncomment them, then renamethe page with a
> .phtml extension. If you want the server to parse all html pages (not recommended),
> then change phtml to html in httpd.conf
thanks,
in fact i have activated php3 by uncomment the appropriate line in the file
/etc/apache/srm.conf
the line :
#AddType application/x-httpd-php3 .phtml
bye