70 likes | 84 Views
Learn how to set the default index page in Apache and understand the importance of correct Apache access permissions and filesystem permissions. Find out how logs and other tools can assist in troubleshooting configuration problems.
E N D
Directive DirectoryIndex defines the default index page name. Open your apache configuration file, find out default index file name, and upload the same file to directory:DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
Apache access permissions are separate from filesystem permissions. Apache access permissions determine the access permissions for remote users. Filesystem permissions must be correct for Apache to work. For example, if World does not have the Read access to index.html, Apache Read permissions will not work.
Logs and other tools can help us save time when we face configuration problems.