.phps?

Hello,

I have some problem displaying .phps on my linux box.

I have checked on httpd.conf and ensure that the following is added to it :

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps

I have also checked in php.ini that the output_buffering = Off

But when I try to execute the .phps on the browser , the file cannot be loaded showing some DNS error. ( Does this make any sense ?? .phps? )

Then , I try to access the page in ssh using lynx command :

Looking up www.domain.org
www.domain.org
Making HTTP connection to www.domain.org
Sending HTTP request.
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access `http://www.domain.org/php/test.phps'
Alert!: Unable to access document.

lynx: Can't access startfile


Hope some one might help me out.

Thanks


Andy

 

 

 

 

Top