On Wed, 12 Mar 2008 15:53:29 +0100, <biz@theplayspace.com.auwrote:
Quote:
Originally Posted by
Hi there,
I had a perfectly working website. Then I moved the entire folder with
all files onto another computer (I am hosting my own site) and now
things dont work too well. I know that all my pages ended with .php
extension but when I open any file with that extension in Safari I
only get a page full of text characters. Oddly, when I rename the
extension to .html then the page loads fine in Safari. This is
bizarre. Should I go an manually rename all pages in my webfolder to
html extension? Will this screw up some links? As you can tell by now
I have no idea about web programming but I feel this must be a very
simple fix as everything was working before. Any tips are greatly
appreciated. Kurt
|
Either PHP doesn't work (correctly), or default_mimetype
(<http://nl2.php.net/manual/en/ini.core.php#ini.default-mimetype>) is
screwed up, set it back to text/html.
What are the response headers from a *.php link?
--
Rik Wasmus