Mike wrote: > Ken Rudolph wrote: >> I know zero about html. For 10 years I've been writing my web site >> using the Netscape & Seamonkey composer which automatically formats >> the html pages.
>From the "Movie Site" page: <meta name="GENERATOR" content="Mozilla/4.78 [en] (Win98; U) [Netscape]"> >> [Ken asks about PHP] > > If the site in question is kenru.net, Good detective work! :-) > then you don't need to do anything. There is no PHP on your site from > the few pages I looked at, including the 2011 trip. So, just keep > doing things the way you've been doing them. I'd agree that's the case ... but ya never know. I have a site or two that are completely done in PHP, but all display the pages' filenames as "example.html". It's a simple matter to add a command to the .htaccess file to process .html files as PHP. Visitors can't tell. <g> # Process .html files as php AddHandler application/x-httpd-php5 .html .php .htm -- -bts -Four wheels carry the body; two wheels move the soul _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

