SytnaxError Posted July 19, 2008 Share Posted July 19, 2008 I installed PHP5 on apache2.0, MySQL, and phpbb.2.0. My problem is that whenever I visit the forum directory, I get the server's "Index of" page instead of the index.php page. Everything else seems to works just fine, however I am a beginner at this, starting the set up of this developer's machine just last night, and I'm unsure if its in php.ini in PHP or the Apache httpd.conf file. Link to comment https://forums.phpfreaks.com/topic/115540-indexphp-issue/ Share on other sites More sharing options...
wildteen88 Posted July 19, 2008 Share Posted July 19, 2008 Open Apache httpd.conf and search for the DirectoryIndex line and add index.php to the end of the line. Save the httpd.conf and restart Apache. Link to comment https://forums.phpfreaks.com/topic/115540-indexphp-issue/#findComment-594110 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.