Jump to content



Latest News: (loading..)

Can't Access Admin After New Installation


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#-19   jgwalter

jgwalter
  • Members
  • 6 posts

Posted 07 February 2012 - 06:45 PM

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.

#-18   jcall

jcall
  • Members
  • 3,092 posts

Posted 09 February 2012 - 05:04 AM

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

#-17   ohsalamanca

ohsalamanca
  • Members
  • 6 posts

Posted 29 February 2012 - 11:55 PM

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?

#-16   ohsalamanca

ohsalamanca
  • Members
  • 6 posts

Posted 01 March 2012 - 12:23 AM

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 - 12:23 AM.