Jump to content


Corporate Sponsors


Latest News: (loading..)

Can't Access Admin After New Installation


  • You cannot reply to this topic
3 replies to this topic

#1 jgwalter

  • Community Member
  • 6 posts
  • Real Name:John

Posted 07 February 2012, 18:45

I just installed a new 2.3.1 installation.

All seemed to go OK, and the front-end appeared when clicking on the link at the end of the installation.

However, when trying to access the Admin Tool, I get an 'Incorrect admin login'. I've tried this installation several times with the same result. I AM using the correct login.

Where is that information located, so I can verify it?

And, not that it matters, but why isn't there a 'forgot or lost' option, and why is there only a 3 attempt limit???? Frustrating.

#2 jcall

  • Community Member
  • 3,092 posts
  • Real Name:Jared Call
  • Gender:Male
  • Location:Saratoga Springs, UT

Posted 09 February 2012, 05:04

use phpmyadmin to go into the database and clear the admin password. It'll prompt you for a new one.

#3 ohsalamanca

  • Community Member
  • 6 posts
  • Real Name:oscar salamanca

Posted 29 February 2012, 23:55

Hi..


I have the same problem I modified the. htaccess and then works perfect

so does not work:
RewriteCond% {HTTP_HOST}! ^ www \.
RewriteRule ^ (. *) $ Http://www.% {HTTP_HOST} / $ 1 [R = 301, L]

so:

#RewriteCond% {HTTP_HOST}! ^ www \.
#RewriteRule ^ (. *) $ Http://www.% {HTTP_HOST} / $ 1 [R = 301, L]


works well



I'm require that my site always redirects to www.misitio.com
not at http://www.misitio.com is not..


any help?

#4 ohsalamanca

  • Community Member
  • 6 posts
  • Real Name:oscar salamanca

Posted 01 March 2012, 00:23

Ok.. succesfully .. I'm change this is lines in admin/configure.php


define('HTTP_SERVER', 'http://misitio.com');
define('HTTP_CATALOG_SERVER', 'http://misitio.com');


the solution is:


define('HTTP_SERVER', 'http://www.misitio.com');
define('HTTP_CATALOG_SERVER', 'http://www.misitio.com');

this is work for me.

Edited by ohsalamanca, 01 March 2012, 00:23.