Giter Club home page Giter Club logo

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 about codeignitor-3.2-login-register-dashboard-crud-operations HOT 5 OPEN

guptarajesh avatar guptarajesh commented on July 17, 2024
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

from codeignitor-3.2-login-register-dashboard-crud-operations.

Comments (5)

eskemo avatar eskemo commented on July 17, 2024

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.

from codeignitor-3.2-login-register-dashboard-crud-operations.

dineshkummarc avatar dineshkummarc commented on July 17, 2024

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

from codeignitor-3.2-login-register-dashboard-crud-operations.

sve95 avatar sve95 commented on July 17, 2024

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

from codeignitor-3.2-login-register-dashboard-crud-operations.

sve95 avatar sve95 commented on July 17, 2024

Problem was solved by change AllowOverride None to AllowOverride All

from codeignitor-3.2-login-register-dashboard-crud-operations.

Romacrist avatar Romacrist commented on July 17, 2024

Hi sve95, Hi everybody,

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

Rom1

from codeignitor-3.2-login-register-dashboard-crud-operations.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.