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?
logicfish 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.
johnfound logicfish 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.
So I added an empty DirectoryIndex
to the Directory
section in the apache config and that fixed it.
Thanks