Jump to content

Help by putting everything in root


Guest WilfredW

Recommended Posts

Guest WilfredW

I have tried everything but I can't make my page work in the root.

The files are in /public_html/cubecart

I select them all and put them in /public_html

Afterwards I modify my global.inc.php

The original file you will see below. To modify it I remove "cubecart" from 3 lines.

On the forums this is the only explanation there is.

It doesn't work and I can't get in my admin either till I put back a copy.

Does anyone have suggestions?

Thanks in advance, Wilfred

-------------

<?php

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

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = '';

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

$glob['dbusername'] = '';

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

$glob['rootDir'] = '/home/farmavital/domains/farmavital.com/public_html/cubecart';

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

$glob['storeURL'] = 'http://www.farmavital.com/cubecart';

?>

Link to comment
Share on other sites

Guest WilfredW

what is this? $glob['dbprefix'] = 'cc_';

Do you have a special prefix?

$glob['rootRel'] = '/cubecart/'; should be $glob['rootRel'] = '/';

-----------------------

Thanks very much I will try to change it.

I don't think I have a special prefix.

I will let you know if it worked

Regards,

Wilfred

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...