Forum Moderators: phranque
Blogged Down in the PR Machine [ojr.usc.edu] -USC Online Journalism Review
nublog [contenu.nu] -(This is a blogger? Wow!)
Weblogs for public relations [contenu.nu] -a good how-to article.
<added>
BTW, these have been buggin' Oilman and me for a long time [webmasterworld.com].
This will always be true.....but I think PHP and MySQL are where it's headed and it is already becoming more mainstream in the hosting business to offer them. One draw back PHP has is the file extension...whereas perl can be parsed as an ssi on a .html page. There are ways around this supposedly but I haven't had any luck with them yet.
For PHP 3.x.x add
AddType application/x-httpd-php3 .html
to .htaccess for individual directories and sub-directories.
For PHP 4.x use
AddType application/x-httpd-php .html
For all domains and directories on the server find the line
AddType application/x-httpd-php3 .php3
in httpd.conf or srm.conf and add .html
AddType application/x-httpd-php3 .php3 .html
If you add it to httpd.conf or srm.conf Apache will need to be restarted for changes to take effect.