Jump to content

Uploaded shop not works


Recommended Posts

Hello

I am too confuse to solve this

I`m new to this . I have uploaded my prestashop from localhost to web host

and i have imported the database file and edited the setting.inc.php like this

 


<?php

define('__PS_BASE_URI__', '/');
define('_MEDIA_SERVER_1_', '');
define('_MEDIA_SERVER_2_', '');
define('_MEDIA_SERVER_3_', '');
define('_PS_CACHING_SYSTEM_', 'MCached');
define('_PS_CACHE_ENABLED_', '0');
define('_THEME_NAME_', '********');
define('_DB_NAME_', '********');
define('_MYSQL_ENGINE_', 'InnoDB');
define('_DB_SERVER_', 'localhost');
define('_DB_USER_', '********');
define('_DB_PREFIX_', 'nz_');
define('_DB_PASSWD_', '********');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', 'hAVDFEdvWnxuv0FvSbN2Pc3rI08iW2wI2gCIncB3kWiGLNKWGFJhgjOR');
define('_COOKIE_IV_', 'sh2IcXQT');
define('_RIJNDAEL_KEY_', 'Chs3f0wnx2QHPoh8DT9kov4HxLDg54XF');
define('_RIJNDAEL_IV_', 'edgMO1zCJv6e2rPUSUd8ow==');
define('_PS_VERSION_', '1.4.4.0');

?>

, but it`s not working

 

when i visit the website i will redirect to localhost

the back office password not works

 

url = http://www.nouzohoor.com

 

what`s the problem , please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...