Index.php Not found

Installazione, configurazione generale, notifiche, API, lingue, problemi server
Post Reply
almeida.adriano
Newbie
Posts: 4
Joined: Sun Nov 10, 2019 9:58 am
Version: forma.lms 2.0

Index.php Not found

Post 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.
Attachments
Capturar.JPG
Capturar2.JPG
Capturar03.JPG
alfa24
Senior Boarder
Posts: 2008
Joined: Fri Nov 24, 2017 8:45 am

Re: Index.php Not found

Post by alfa24 »

Can you provide the url of the previous page (before getting the 404)?
Per supporto GRATUITO contattatemi in privato qui
almeida.adriano
Newbie
Posts: 4
Joined: Sun Nov 10, 2019 9:58 am
Version: forma.lms 2.0

Re: Index.php Not found

Post 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"
alfa24
Senior Boarder
Posts: 2008
Joined: Fri Nov 24, 2017 8:45 am

Re: Index.php Not found

Post 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/"
Per supporto GRATUITO contattatemi in privato qui
almeida.adriano
Newbie
Posts: 4
Joined: Sun Nov 10, 2019 9:58 am
Version: forma.lms 2.0

Re: Index.php Not found

Post 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.
Attachments
Capturar-01.JPG
Capturar-02.JPG
Capturar-03.JPG
alfa24
Senior Boarder
Posts: 2008
Joined: Fri Nov 24, 2017 8:45 am

Re: Index.php Not found

Post 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.
Per supporto GRATUITO contattatemi in privato qui
Post Reply