--- Manisha Sathe <[EMAIL PROTECTED]> wrote: > I am developing one site. Initially it was working properly, but > later installed certificate so now instead of http:// now it has > become https:// > > Now all weired things started happenning, it asks whether i want to > download the file ? if i open the file then it shows me all 'Source > Codes' instead of HTML output
Yeah, it sounds like you did more than install a new certificate. Look at the last modified time of your httpd.conf, and I bet it coincides with your recent installation. You want to make sure you have this line in there: AddType application/x-httpd-php .php If PHP is still not getting parsed (in .php files), then it is likely that you will need to reinstall Apache again, this time remembering to add support for PHP. Hope that helps. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php