I have installed the forum using apache2. Everything is working except the index page (ie just the domain) which shows "file not found". Any tips?
I have installed the forum using apache2. Everything is working except the index page (ie just the domain) which shows "file not found". Any tips?
You probably have apache configured to redirect the bare domain URL to the "index.html". Look for DirectoryIndex
options in the config files and .htaccess file. It must be empty.