• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting index.php as default page

ragazzo

Golden Member
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!
 
i didn't realize you could run Netscrape Enterprise w/ PHP. I'm assuming it's not as a module. it sounds like it still isn't taking index.php as a DirectoryIndex file type.
 
Back
Top