When I set index.php as one of the default pages in Netscape Enterprise, I get a blank page when i open the path http://server/path1/; It works fine if i open http://server/path1/index.php. I go into the source view and get this:
¯ . @ .. .#index.php °â
index.php~ °ãÀ index.php
instead of the browser information as specified here:
<?php $browser = getenv("HTTP_USER_AGENT");?>
<P>You are using the <?php echo($browser);?> web browser.
</P>
How do I fix this problem? Thanks!
¯ . @ .. .#index.php °â
index.php~ °ãÀ index.php
instead of the browser information as specified here:
<?php $browser = getenv("HTTP_USER_AGENT");?>
<P>You are using the <?php echo($browser);?> web browser.
</P>
How do I fix this problem? Thanks!