سلام من سایت ساختم روی لوکال و انتقال دادم روی سرور و همه این مراحل زیر رو هم انجام دادم: 1- compress prestashop files to zip file in localhost 2- export prestashop database in localhost to a sql file. 3- move myprestashop zip file to public html in live host via filezilla 4- extract zip file in live host and path is: public_html/all prestashop folder and files 5- went to mysqldatabases in cpanel and create database prestashop and user and import prestashop.sql that created in localhost. then add user to database with all privilegs. 6- edit settings.php: <?php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'db name in live host'); define('_DB_USER_', 'db user in live host'); define('_DB_PASSWD_', 'pass user in live host'); define('_PS_VERSION_', '1.6.0.5'); and... 7- in livehost database change tables: ps_configuration and ps_shop url shop url table info: domain=http://www.marmonix-uae.com domain_ssl=http://www.marmonix-uae.com physical_uri=/prestashop/ virtual_uri='' ps_configuration table changes: PS_SHOP_DOMAIN=http://www.marmonix-uae.com PS_SHOP_DOMAIN_SSL=http://www.marmonix-uae.com ولی صفحه اول سایت سفید میاد چیکار کنم؟