-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
error 404 #16
Comments
I Changed the controllers,models file name to ucfirst and it worked on the server. |
Getting 404 ERROR..! |
Change it to my way: .htaccess: RewriteEngine On #rename "codeIgniter213" with your application directory #For example you rename the entire CodeIgniter application as "mysite" #then, the "RewriteBase /" will be like this "RewriteBase /mysite" #same as at line number 10, "RewriteRule ^(.*)$ /codeIgniter213/index.php #/$1 [L]" will be like this "RewriteRule ^(.*)$ /mysite/index.php/$1 [L]"RewriteBase /SchoolERP |
Thanks! it only give a login page but after that home/admin_login page which appears to be missing again |
that's what i updated .htaccces file to.
still getting error 404
The text was updated successfully, but these errors were encountered: