
pebwindkraft Offline New Member Total Posts: 4
Joined: August 27, 2020Posted: August 27, 2020 @ 10:24 PM
I tried basic installation on a virtual box machine with OpenSuSE, and I redirected port 8088 to port 80 of the virtual machine. This is what I did:
1. Downloaded UserCandy 1.05
2. Unzipped, and copied into server directory: /srv/www/htdocs
3. Opened web browser, navigated to https://localhost:8088/public
4. Followed the installation instructions Step1 to Step5 (all green)
I can then see the homepage (without the logo image).
Any link I click is giving a 404 error.
On my host machine and Firefox, all links appear now as:
localhost:8088/About
localhost:8088/Contact
localhost:8088/Register
...
The php log files in "system/logs" remain empty. And apache logs don't show up anything.
Another observation:
When using "http://localhost:8088/", I get a 403 error, cause no index.[html|php] file exists. The apache log says:
Cannot serve directory /srv/www/htdocs/: No matching DirectoryIndex (index.html,index.html.var,index.php4,index.php5,index.php7,index.php) found, and server-generated directory index forbidden by Options directive
I can navigate to "http://localhost:8088/public", then I'd see the UserCandy homepage again (still with the 404 errors mentioned above).
I think I am looking to where to go from here ...