| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New.Net Destroyer.... Join Date: Feb 2005
Posts: 2,947
![]() ![]() ![]() ![]() ![]() | $10 to the person who can fix this! We have a problem with the HTTPD CONFIG (I think). When you visit the site, here: http:/www.dd.am you will see that the site just tries to get you to open PHP files rather than displaying the page. If anyone can fix it, I will pay $10.
__________________ “It is not from the benevolence of the butcher, the brewer, or the baker, that we expect our dinner, but from their regard to their own interest.” - Adam Smith |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Mar 2006
Posts: 397
![]() | Or install the php on your server Anyway ... I don't know how is your cp ... but 1 thhing is sure ... your server is not recognize you the php mime-type, This means is not added in your httpd.conf for apache module for php is not installedRegards Adrian |
| |
| | #4 (permalink) |
| NamePros Regular Join Date: Apr 2005
Posts: 263
![]() ![]() | Or you have set incorrectly the zlib compression library. Double check your httpd.conf to find an entry like this <ifModule mod_php4.c> php_value zlib.output_compression 16386 </ifModule> sometimes the .htaccess has a compression instruction crashing with that in the apache configuration or the php script itself has a cache command such as ob_start(); causing the same behaviour. |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Nov 2005 Location: EU
Posts: 248
![]() | The server signature is: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.1 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a That means PHP has been installed. So the most possible problem is that the mime type hasn't been set in your httpd.conf, as mentioned before. |
| |
| | THREAD STARTER #7 (permalink) | ||||
| New.Net Destroyer.... Join Date: Feb 2005
Posts: 2,947
![]() ![]() ![]() ![]() ![]() |
__________________ “It is not from the benevolence of the butcher, the brewer, or the baker, that we expect our dinner, but from their regard to their own interest.” - Adam Smith | ||||
| |
| | #9 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,552
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | http:/www.dd.am seems OK.
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| |
| | THREAD STARTER #11 (permalink) |
| New.Net Destroyer.... Join Date: Feb 2005
Posts: 2,947
![]() ![]() ![]() ![]() ![]() | I'm currently using Cpanel. The problem is still there. If you click on "New Posts" in DD.am...
__________________ “It is not from the benevolence of the butcher, the brewer, or the baker, that we expect our dinner, but from their regard to their own interest.” - Adam Smith |
| |
| | #12 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: NY, USA
Posts: 610
![]() ![]() ![]() ![]() ![]() ![]() | Thats really strange. Most of the pages load fine except for showthread.php. The showthread page loads fine in certain circumstances, but other times, it gets sent as an attachment. I suspect the problem is within the showthread.php file. http://www.dd.am/showthread.php?goto=lastpost&t=503 <-- application/x-unknown-content-type :S http://www.dd.am/showthread.php?t=503 <-- text/html
__________________ ask me about the internet
Last edited by Jim_; 04-01-2006 at 08:28 AM.
|
| |
| | #13 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,272
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | It is actually the server. Not missing mime type or anything. The PHP was not complied with Apache properly. I find it strange however that some parts work and others don't. Hrm.. I have never heard of this.. - Steve
__________________ I feel old. |
| |