Joomla site access issue
After following the startup guide and installing joomla on my Ubuntu server, my site is only accessible via /index.php
I must have screwed up something somewhere, either I need to redirect or grant permission or something else.
I have checked the virtual host file and it did have allow override.
Any help will be appreciated.
1 Reply
DirectoryIndex directive
You may want to investigate the DirectoryIndex directives (e.g., grep -R DirectoryIndex /etc/apache2/) contained within your configuration files to see what they say. It wouldn't hurt to add a DirectoryIndex index.php* to your virtual host declaration as this directive is additive, but this could be a symptom of a larger problem.