OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.1k stars 207 forks source link

After connecting to the IP Address at my browser it shows "file not found" #129

Closed pedrozandonai closed 11 months ago

pedrozandonai commented 11 months ago

I already did the steps a thousand times and most of them i receive this message at my http:///index.php address, i tried different versions of the raspberry pi OS but all of them are either legacy or bookworm, so by following the steps at the https://wiki.omv-extras.org/doku.php?id=omv6:raspberry_pi_install neither of them are in the supported OS.

image

This is right after installing the command line wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash and i already tried doing with curl too!

Here it's the omv_install.log file output: https://pastebin.com/CiNDVTDh

Hardware :

Os versions that i tried:

ryecoaaron commented 11 months ago

Why are you putting index.php in the link? OMV does not use that page. Just use http://192.168.0.3/

pedrozandonai commented 11 months ago

Why are you putting index.php in the link? OMV does not use that page. Just use http://192.168.0.3/

I thought it was normal to autofill with index.php, when I type the ip address and press enter goes directly into that address.

ryecoaaron commented 11 months ago

If a web server is setup correctly, you should never have to put index.php because the web server should have it set as the default page. If your browser is adding it, then it using cache or a previously entered address. You should remove it though.

pedrozandonai commented 11 months ago

If a web server is setup correctly, you should never have to put index.php because the web server should have it set as the default page. If your browser is adding it, then it using cache or a previously entered address. You should remove it though.

IT WORKED, THANK YOU SO MUCH!!! I CANNOT BELIEVE THAT WAS AS SIMPLE AS THAT <3