FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Step 1 on install
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Step 1 on install [message #1274 is a reply to message #1273] Tue, 02 April 2002 14:28 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
chimera wrote on Tue, 02 April 2002 8:58 AM

I cant ge that phpinfo() thing to work, i am on a unix host and the directory doesnt have any .htacess files in it.


Hmm... it is unusual but your host could have disabled php's phpinfo() function.

Okie... try running this test and see what it outputs.
1st in a web browseable directory create a file "test.html"
and put "<html>Hello world</html>" inside that file.
The create a php script with the following code:

<?php
$fp = fsockopen("YOUR_SERVER_NAME", 80);
fputs($fp, "GET PATH_TO_TEST_FILE HTTP/1.0\r\nHost: YOUR_SERVER_NAME\r\n\r\n");
while( !feof($fp) ) echo htmlspecialchars(fgets($fp, 1024))."<br>";
fclose($fp);
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Wrong link on Home-Icon
Next Topic: WinNT Install Probs
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Oct 05 06:02:16 GMT 2024

Total time taken to generate the page: 0.05420 seconds