Jump to content

Problems accessing Admin folder


Guest fiatpuntosx

Recommended Posts

Guest fiatpuntosx

Hello everyone,

Got a small problem, installed Cubecart (3.17) onto SSL server and installs fine, but when i want to visit the admin/ folder to login it redirects to:

https://wear-2.ssl-01.com/admin/admin/login...admin/index.php

(notice the two 'admin/admin/' folders). I've tried deleting them but it just replaces them again.

The site can be found at:

https://wear-2.ssl-01.com/

Any help is much appreciated.

Cheers,

Matt

Link to comment
Share on other sites

Guest fiatpuntosx

Global.inc.php file is this:

<?php

$glob['dbdatabase'] = '######';

$glob['dbhost'] = 'mysql11.streamline.net';

$glob['dbpassword'] = '######';

$glob['dbprefix'] = 'store_';

$glob['dbusername'] = '######';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/default/wear-2.ssl-01.com/user/htdocs';

$glob['rootRel'] = '';

$glob['storeURL'] = 'https://wear-2.ssl-01.com';

?>

Cheers

Link to comment
Share on other sites

Guest fiatpuntosx

THis is the global file now and still doesnt work, please help.

Thanks

<?php

$glob['dbdatabase'] = 'xxxxxxx';

$glob['dbhost'] = 'mysql11.streamline.net';

$glob['dbpassword'] = 'xxxxxxxxxxxxxxxx';

$glob['dbprefix'] = 'store_';

$glob['dbusername'] = 'xxxxxxxxxxxxxxx';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/default/wear-2.ssl-01.com/user/htdocs';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'https://wear-2.ssl-01.com';

?>

Link to comment
Share on other sites

Guest Corb's Corner

THis is the global file now and still doesnt work, please help.

Thanks

<?php

$glob['dbdatabase'] = 'xxxxxxx';

$glob['dbhost'] = 'mysql11.streamline.net';

$glob['dbpassword'] = 'xxxxxxxxxxxxxxxx';

$glob['dbprefix'] = 'store_';

$glob['dbusername'] = 'xxxxxxxxxxxxxxx';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/default/wear-2.ssl-01.com/user/htdocs';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'https://wear-2.ssl-01.com';

?>

Hi there. I ran into this same problem as well.

Change the

$glob['rootRel'] = '/';

to this

$glob['rootRel'] = '';

When I changed my directory to a sub-domain it was putting // after the URL.

Link to comment
Share on other sites

Guest fiatpuntosx

$glob['storeURL'] = 'https://wear-2.ssl-01.com';

Can you NOT use https: and just rely on CC's built-in functionality to figure out what the URL is for the SSL access?

How would i do that? I've no idea about SSL other than its secure and reccommended in order to use paypal.

Cheers,Matt

Link to comment
Share on other sites

Guest fiatpuntosx

Any more suggestions on whats wrong,

It keeps diverting to admin/admin/

And its beginning to realy annoy me.

£5 for anyone who can get it working...thats my budget theres moths in my wallet! I've tried everything i can think of and need some technical help from you guys,

This is the global file (i've tried removing the / slash too):

<?php

$glob['dbdatabase'] = 'xxxxxxx';

$glob['dbhost'] = 'mysql11.streamline.net';

$glob['dbpassword'] = 'xxxxxxxxxxxxxxxx';

$glob['dbprefix'] = 'store_';

$glob['dbusername'] = 'xxxxxxxxxxxxxxx';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/default/wear-2.ssl-01.com/user/htdocs';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'https://wear-2.ssl-01.com';

?>

Matt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...