Open dineshkummarc opened 3 years ago
Hi Dinesh,
create a .htaccess file --
IndexIgnore *
Options +FollowSymlinks Options -Indexes
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.
Hello eskemo, Thank you for the resolution, i will try the same way.
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
Problem was solved by change AllowOverride None to AllowOverride All
Hi sve95, Hi everybody,
One of you can post the integrality of your .htaccess with the solution please ? Thanks in advance
Rom1
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