Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User navigates to error page http://localhost:8081/CodeIgnitor-3.2-Login-Register-Dashboard-CRUD-Operations/loginMe, after attempting to login using admin / manager users #1

Open
dineshkummarc opened this issue Feb 2, 2021 · 5 comments

Comments

@dineshkummarc
Copy link

User navigates to error page http://localhost:8081/CodeIgnitor-3.2-Login-Register-Dashboard-CRUD-Operations/loginMe, after attempting to login using admin / manager users

@eskemo
Copy link

eskemo commented Mar 5, 2021

Hi Dinesh,

create a .htaccess file --

No directory listings

IndexIgnore *

Can be commented out if causes errors, see notes above.

Options +FollowSymlinks
Options -Indexes

Mod_rewrite in use.

RewriteEngine On

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
}

This should fix your error.

@dineshkummarc
Copy link
Author

Hello eskemo,
Thank you for the resolution, i will try the same way.

@sve95
Copy link

sve95 commented Mar 18, 2021

Dear Eskemo, after attempting to login with Request URL: http://10.230.16.154/fol/loginMe metod POST /fol/loginMe HTTP/1.1 server response HTTP/1.1 404 Not Found

@sve95
Copy link

sve95 commented Mar 19, 2021

Problem was solved by change AllowOverride None to AllowOverride All

@Romacrist
Copy link

Hi sve95, Hi everybody,

One of you can post the integrality of your .htaccess with the solution please ?
Thanks in advance

Rom1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants