Jump to content

hey there im the new NEEB


lflashl

Recommended Posts

Look for a setting called DirectoryIndex to set with files get treated as index files.

 

The following is what it is set to by default:

DirectoryIndex index.html

 

If you want say, an index.php file to be treated as an index file. The change the line to this:

DirectoryIndex index.html index.php

 

Save the httpd.conf and restart Apache. Now if you place a index.php file in a directory Apache will show index.php automatically when you go the directory.

 

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.