Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can not make backup!


ArxParx

Recommended Posts

Hello,

 

the catalog should be in here Varunduskataloog: /home/np25867/domains/kingitused24.eu/public_html/admin/backups/

 

but hosting provider changed np25867 to np17695

 

how i change it back?

 

Thanks in advance.

Link to comment
Share on other sites

You cannot change the path to your domain on the host. What you can do is fix the entries in the configures.php files to match the new absolute paths to your web space.

 

 

what i need to change here...

 

<?php

define('HTTP_SERVER', 'http://kingitused24.eu');

define('HTTP_CATALOG_SERVER', 'http://kingitused24.eu');

define('HTTPS_CATALOG_SERVER', 'http://kingitused24.eu');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/home/np17695/domains/kingitused24.eu/public_html/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/home/np17695/domains/kingitused24.eu/public_html/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/home/np17695/domains/kingitused24.eu/public_html/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN, '/home/np17695/domains/kingitused24.eu/public_html/admin/backups');

 

 

?>

Link to comment
Share on other sites

This line,

define('DIR_FS_BACKUP', DIR_FS_ADMIN, '/home/np17695/domains/kingitused24.eu/public_html/admin/backups');

should be

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups');

 

And read the thread about securing your site. Specifically about renaming the admin directory, please.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...