On 20.06.2011 04:54, Beauregard T. Shagnasty wrote: --- Original Message ---
> 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 > The only problem one will run into with that htaccess entry is if you access a MySQL database from your PHP page(s). All 30+ domains on my servers run the latest PHP 5 and MySQL 5.x with only some minor adjustments to the DB's as well as the PHP. But there can be major problems when running very old PHP/MySQL when upgrading to the 5's. -- *Jay Garcia - Netscape Champion* www.ufaq.org Netscape - Firefox - SeaMonkey - Thunderbird _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

