Index.php Not found
-
- Newbie
- Posts: 4
- Joined: Sun Nov 10, 2019 9:58 am
- Version: forma.lms 2.0
Index.php Not found
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
Can you provide the url of the previous page (before getting the 404)?
Per supporto GRATUITO contattatemi in privato qui
-
- Newbie
- Posts: 4
- Joined: Sun Nov 10, 2019 9:58 am
- Version: forma.lms 2.0
Re: Index.php Not found
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
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/"
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
-
- Newbie
- Posts: 4
- Joined: Sun Nov 10, 2019 9:58 am
- Version: forma.lms 2.0
Re: Index.php Not found
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
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.
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