Jump to content

Problems with PHPTriad


gcunha

Recommended Posts

I´ve just installed phptriad on my Win98 and at first sight Apache says it is running normally with php. The problem is that when I try to acess my localhost, nothing appears, even Apache splash screen or phpinfo.php. I think my browser is not able to recognize Apache. Does anyone have a clue????

weird you have a firewall?

and i don\'t know if phpTriad sets the following for you


<IfModule mod_dir.c>

   DirectoryIndex index.html index.php

</IfModule>

and also in same file..


  ScriptAlias /php/ "c:/php/"

  AddType application/x-httpd-php .php

  Action application/x-httpd-php "/php/php.exe"

..chk if those are in apache.conf(httpd.conf) file

and your browser has nothing to do with compatibility and apache ;-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.