With the demise of the Stevie server, I now have an account on the Tommy server and am trying to get a website back up and running. I am having a problem getting the server to parse PHP scripts embedded within HTML files having an .html extension. On Stevie, I used the following .htaccess directive to set up html files so they were executed like php files: AddHandler application/x-httpd-php5 .html Unfortunately, this directive does not seem to work on Tommy as the embedded PHP script is basically ignored. Any info on what I need to do to resolve this problem would be greatly appreciated. Thanks - Paul