Hello,

"Marcus" <[EMAIL PROTECTED]> wrote: 
> Hi there Just manage to install RedHat 8 on a server and as soon as I 
> load a php script to in the page is blank.

Blank? No nothing? No errors? How about the (generated) source code? 
(View -> Source in your browser)

Use something simple for checking. Like:

<?php

  phpinfo();

?>

and see what happens...

> I have added 
> AddType application/x-httpd .php 
> in the httpd.conf file but this still doesn't work

I don't think you really need this. When I installed RH8, all I had to 
do was to start Apache and voila! I could run and see the result of 
phpinfo() I mentioned above.

- E

...[snip]...

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to