The Elearning Community • Index.php Not found
Page 1 of 1

Index.php Not found

Posted: Sun Nov 10, 2019 10:10 am
by almeida.adriano
I performed the installation until the end, after the login screen that put the username and password I chose, and the index.php not found.

Re: Index.php Not found

Posted: Sun Nov 10, 2019 3:52 pm
by alfa24
Can you provide the url of the previous page (before getting the 404)?

Re: Index.php Not found

Posted: Mon Nov 11, 2019 2:38 am
by almeida.adriano
alfa24 wrote: Sun Nov 10, 2019 3:52 pm Can you provide the url of the previous page (before getting the 404)?
I'm using IIS, and my initial url is localhost: 9091, and it already opens on the login page, after login can't load the next page. The following unloaded url is usually "http: //localhost/index.php? R = adm / homepage / show"

Re: Index.php Not found

Posted: Mon Nov 11, 2019 8:38 am
by alfa24
You could try to run the following query on your db:

UPDATE core_setting SET url "'http://localhost:9091/"

or, if you're using https:

UPDATE core_setting SET url "'https://localhost:9091/"

Re: Index.php Not found

Posted: Sat Nov 16, 2019 6:26 am
by almeida.adriano
Thanks for the feedback, but core_setting is already apparently with the correct url. I also set the port that I use in IIS bindings, the default page loads with the port in the URL but after login it does not seem to continue directing to the port.

Re: Index.php Not found

Posted: Sat Nov 16, 2019 10:10 am
by alfa24
I'm quite sure it can't be an issue related to IIS.
Maybe the LMS login process "looses" port information somewhere, but I haven't a similar environment to test.