View Full Version : Is there something I can do?
TaintedPearls
May 24th, 2006, 15:55
Everytime I go to my site, I get prompted to download a file. I contacted my provider and they reported back that it was a zone error or something and that it was fixed. I saw my site for a while and then it came back. Is there something I can do or is it up to the provider to fix it?
It's not just me who has this error. Another site located on the same server that uses php has the same prompt. HTML only pages are ok.
The filetype that I get in the prompt says that it's an "application/x-httpd-php". I read on google somewhere that's it a problem between apache and php (if I remember correctly). Can anyone offer suggestions on what can be done?
Bruce
May 24th, 2006, 16:06
It sounds as if your host doesn't have PHP properly configured on the server.
Create a .htaccess file in your root directory (or add this to it if one already exists):
AddType application/x-httpd-php php
Normally this should be in Apache's httpd.conf, but unless you have root access on the server you can't do anything about that.
TaintedPearls
May 24th, 2006, 16:43
i'm on a managed server so shouldn't they have done this?
EDIT
i did that but it didn't work unfortunately.
James-A
May 25th, 2006, 02:08
If the servers are fully managed and you are paying extra for that then its the host responsibility to solve each and every issue of the client.
ingfina
May 25th, 2006, 09:37
i'm on a managed server so shouldn't they have done this?
I guess they can't. That's the true WHP expericence, isn't it? :lol:
TaintedPearls
May 25th, 2006, 10:43
If the servers are fully managed and you are paying extra for that then its the host responsibility to solve each and every issue of the client.
I'm told that they are but I had this problem for three days. The only way I got a response from them was to file a dispute with paypal.
JewlzK
May 25th, 2006, 12:55
PHP needs to be recompiled. If they already did that and your still having issues clean out your temp files (cookies).
See if that works
surgematrix
June 8th, 2006, 18:34
Your host needs to recompile Apache. Good luck!
Tree
June 8th, 2006, 18:56
Little late, aren't we chief?
JewlzK
June 8th, 2006, 19:41
Little late, aren't we chief?
Whats up Tanto? :P
Marky
June 11th, 2006, 01:19
Everytime I go to my site, I get prompted to download a file. I contacted my provider and they reported back that it was a zone error or something and that it was fixed. I saw my site for a while and then it came back. Is there something I can do or is it up to the provider to fix it?
It's not just me who has this error. Another site located on the same server that uses php has the same prompt. HTML only pages are ok.
The filetype that I get in the prompt says that it's an "application/x-httpd-php". I read on google somewhere that's it a problem between apache and php (if I remember correctly). Can anyone offer suggestions on what can be done?
i get this same problem, it happens once in a while... my index.php is prompted to download "-_- so if i use AddType application/x-httpd-php php in a htaccess wud it fix it?
phoenix_
June 11th, 2006, 02:59
Sounds like the host has a few issues on their main server they need to solve.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.