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

Error with the sign up #9

Open
yadercenteno opened this issue Oct 12, 2013 · 6 comments
Open

Error with the sign up #9

yadercenteno opened this issue Oct 12, 2013 · 6 comments

Comments

@yadercenteno
Copy link

Hi sapiensa:

When I try to sign up, I get the 404 Not Found page, with the following message:
"Not Found

The requested URL /CodeIgniter-admin-panel/admin/signup was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80"

I have configured the config.php and dababase.php files, as you mention on your Readme file, but nothing works.

What should I do?

Help me, please. This example looks very awsome for learn from it.

Regards,

Yader Centeno
León, Nicaragua

@yadercenteno
Copy link
Author

Yes, I did it. I configured $ config['base_url'] = 'http://localhost/CodeIgniter-admin-panel/'.

I install it on my localhost server in my laptop.

What else can I do?

@MrLunie
Copy link

MrLunie commented Jan 13, 2014

error came from the url . http://CodeIgniter-admin-panel-master/
everytime hitting submit or do something , the url change into CodeIgniter-admin-panel/admin/signup
the word master is missing , how can i fix this ? thanks in advance

@MrLunie
Copy link

MrLunie commented Jan 17, 2014

OH ? em sorry for having populate this thread . :) the problem is just the $config['base_url'] = ""; in config file.. then , maybe , this thread must be closed .

@syscoid
Copy link

syscoid commented Jan 20, 2014

after already create and login user & password like this:
URL /CodeIgniter-admin-panel/admin/login/validate_credentials was not found on this server.
why?

@arditya
Copy link

arditya commented Apr 21, 2014

i have like a trouble,, when i click "Login" URL; http://localhost/adminpanelci/user/validate_credentials
404 Page Not Found The page you requested was not found.
why?

@chandan830401
Copy link

htaccess.txt

**"The requested URL /CodeIgniter-admin-panel/admin/signup was not found on this server.

Apache/2.2.22 (Ubuntu) Server at localhost Port 80"**

This issue has been solved. It is coming for .htaccess file.
In root directory there is missing .htaccess file. So if you create a .htaccess file with this content ----

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

Then it should be run / working fine or successfully.

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

5 participants