Kashif Murtaza Posted May 19, 2011 Share Posted May 19, 2011 I have installed fresh perstashop version 1.4, then upload all files on hosting server and create database and make connection setting in setting.inc.php. when i open front page it will redirect to http://127.0.0.1/xampp/These files are on root folderCan anyone help me, please.setting.inc.php file is: define('_DB_SERVER_', 'localhost');define('_DB_TYPE_', 'MySQL');define('_DB_NAME_', 'database name');define('_DB_USER_', 'user name');define('_DB_PASSWD_', 'test123');define('_DB_PREFIX_', 'ps_');define('_MYSQL_ENGINE_', 'InnoDB');define('__PS_BASE_URI__', '/');define('_PS_CACHING_SYSTEM_', 'MCached');define('_PS_CACHE_ENABLED_', '0');define('_MEDIA_SERVER_1_', '');define('_MEDIA_SERVER_2_', '');define('_MEDIA_SERVER_3_', '');define('_THEME_NAME_', 'prestashop');define('_COOKIE_KEY_', 'su982QajRDFcDCkAS9LYQhwuTHh8oO4sEq7HnL3yHxtYcd9MksrXMHyp');define('_RIJNDAEL_KEY_', 'tWeY5AXpNJy0cLpHmLs8uOdYASz1yQr5');define('_COOKIE_IV_', 'SjrnwTGH');define('_RIJNDAEL_IV_', '0bl4kJDcyXMt4lyuz5QYyQ==');define('_PS_CREATION_DATE_', '2011-05-19');define('_PS_VERSION_', '1.4.1.0'); Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted May 19, 2011 Share Posted May 19, 2011 Hi,In your back office, tab Preferences > SEO & URLs, check that the settings are correct, then generate the .htaccess file. Also, clear your web browser cache. Link to comment Share on other sites More sharing options...
Kashif Murtaza Posted May 20, 2011 Author Share Posted May 20, 2011 Hi,thanks for your reply. I have found solution. the problem is in ps_configration table because i have install it on my local system.table name: ps_configration PS_SHOP_DOMAIN 127.0.0.1 change it to your online host site url i.e abc.comPS_SHOP_DOMAIN_SSL 127.0.0.1 and also change it to your prestashop folder i.e abc.com/prestashop Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now