1
Good evening all
I've installed XOOPS and getting along with it well over the last day or so. Thanks to all those who have come before and done so much good work!
I have one issue that's baffling me. I have only two modules installed - Sections and Downloads. When I click on the link that should take take me to the relevant index page for that module, I am presented with a directory listing of the relvant folder, i.e. either modules/mydownloads or modules/sections. In addition, when I click on the Home link from any page, I get returned to the default Apache home page ("If you can see this, it means that the installation of the Apache web server software on this system was successful.").
I know there must be a simple config error somewhere. I have a feeling that *perhaps* my mainfile.php needs amendment. The relevant part of the file reads as follows:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', 'F:/Program Files/Apache Group/Apache2/htdocs');
define('XOOPS_ROOT_PATH', 'F:/Program Files/Apache Group/Apache2/htdocs');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://localhost');
define('XOOPS_URL', 'http://localhost');
Can anyone help, please?
Thank you.
Clive