Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

lesmanora

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Everything posted by lesmanora

  1. В общем. Бекап сайта перенесла на локальный диск ( денвер)...И полностью слетели стили и в админке, и на самом сайте. Вопрос : как исправить? <?php // HTTP define('HTTP_SERVER', 'http://localhost/ocart/'); define('HTTP_IMAGE', 'http://localhost/ocart/image/'); define('HTTP_ADMIN', 'http://localhost/ocart/admin/'); // HTTPS define('HTTPS_SERVER', 'http://localhost/ocart/'); define('HTTPS_IMAGE', 'http://localhost/ocart/image/'); // DIR define('DIR_APPLICATION', 'Z:/home/localhost/www/bekap/catalog/'); define('DIR_SYSTEM', 'Z:/home/localhost/www/bekap/catalog/system/'); define('DIR_DATABASE', 'Z:/home/localhost/www/bekap/catalog/system/database/'); define('DIR_LANGUAGE', 'Z:/home/localhost/www/bekap/catalog/language/'); define('DIR_TEMPLATE', 'Z:/home/localhost/www/bekap/catalog/catalog/view/theme/'); define('DIR_CONFIG', 'Z:/home/localhost/www/bekap/catalog/system/config/'); define('DIR_IMAGE', 'Z:/home/localhost/www/bekap/catalog/image/'); define('DIR_CACHE', 'Z:/home/localhost/www/bekap/catalog/system/cache/'); define('DIR_DOWNLOAD', 'Z:/home/localhost/www/bekap/catalog/download/'); define('DIR_LOGS', 'Z:/home/localhost/www/bekap/catalog/system/logs/'); // DB define('DB_DRIVER', 'mysql'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'admeen'); define('DB_PASSWORD', '1111'); define('DB_DATABASE', 'fr33838_bio'); define('DB_PREFIX', ''); ?> Админ <?php // HTTP define('HTTP_SERVER', 'http://localhost/ocart/'); define('HTTP_IMAGE', 'http://localhost/ocart/image/'); define('HTTP_ADMIN', 'http://localhost/ocart/admin/'); // HTTPS define('HTTPS_SERVER', 'http://localhost/ocart/'); define('HTTPS_IMAGE', 'http://localhost/ocart/image/'); // DIR define('DIR_APPLICATION', 'Z:/home/localhost/www/bekap/admin/'); define('DIR_SYSTEM', 'Z:/home/localhost/www/bekap/admin/system/'); define('DIR_DATABASE', 'Z:/home/localhost/www/bekap/admin/system/database/'); define('DIR_LANGUAGE', 'Z:/home/localhost/www/bekap/admin/language/'); define('DIR_TEMPLATE', 'Z:/home/localhost/www/bekap/admin/view/template/'); define('DIR_CONFIG', 'Z:/home/localhost/www/bekap/system/config/'); define('DIR_IMAGE', 'Z:/home/localhost/www/bekap/image/'); define('DIR_CACHE', 'Z:/home/localhost/www/bekap/admin/system/cache/'); define('DIR_DOWNLOAD', 'Z:/home/localhost/www/bekap/download/'); define('DIR_LOGS', 'Z:/home/localhost/www/bekap/admin/system/logs/'); define('DIR_CATALOG', 'Z:/home/localhost/www/bekap/catalog/'); // DB define('DB_DRIVER', 'mysql'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'admeen'); define('DB_PASSWORD', '1111'); define('DB_DATABASE', 'fr33838_bio'); define('DB_PREFIX', ''); ?>
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.