Jump to content

[Résolu] Migration local vers hebergeur ovh : au fond du gouffre


Recommended Posts

Bonjour à tous,

Je viens de passer 2 jours complets à essayer d'installer mon prestashop en local sur mon hebergeur OVh via filezilla.

J'ai lu des centaines de posts et rien n'y fais, je n'arrive pas à l'installer. JE SUIS AU FOND DE GOUFFRE, PRET A ME PENDRE.

J'ai suivi le tutoriel suivant : http://www.magavenue.com/blog/prestashop/transferer-votre-boutique-prestashop-en-ligne-a-partir-dune-installation-locale?p=37&cp=111#comments


J'ai modifié le setting.inc.php ainsi que le htaccess (d'ailleurs pour le fichier htaccess, les lignes à inserer doivent être mises à un endroit particulier ?)


Votre aide serait très appréciée, VRAIMENT

Link to comment
Share on other sites

En fait, en tapant l'adresse, j'ai une erreur 404 :

Not Found

The requested URL / was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Link to comment
Share on other sites

cela vient peut être de mon fichier htaccess. Pouvez-vous me dire si celui ci est correct ?




# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE
# http://www.prestashop.com - http://www.prestashop.com/forums




SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0

# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^api/?(.*)$ /prestashop/webservice/dispatcher.php?url=$1 [QSA,L]


# Catch 404 errors
ErrorDocument 404 /prestashop/404.php


ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 year"


FileETag INode MTime Size

AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

Link to comment
Share on other sites

Les lignes :

SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0

doivent se trouver au début du fichier htaccess.

Perso je fait un htaccess à la racine de l'hébergement avec ces 2lignes comme cela elle ne sont pas modifiées lors de la génération de l'htaccess.

Link to comment
Share on other sites

Je pense que oui.

le voici :

<?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_', 'presta054v14');
define('_DB_NAME_', 'lacameracemb');
define('_MYSQL_ENGINE_', 'InnoDB');
define('_DB_SERVER_', 'mysql51-33.perso');
define('_DB_USER_', 'lacameracemb');
define('_DB_PREFIX_', 'ps_');
define('_DB_PASSWD_', '**********');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', 'QjKFPBnYIUpTk6PCyMb9MwzkcMf2xW6vDMp7TUasC9mqkKeZEoNNqoGY');
define('_COOKIE_IV_', '05LRA2m5');
define('_RIJNDAEL_KEY_', 'IhWCxyG3cURNnzybij2sn3GyEf8gIQu8');
define('_RIJNDAEL_IV_', 'P/MciOEg05TDAcvryu9jYw==');
define('_PS_VERSION_', '1.4.1.0');

?>

Link to comment
Share on other sites

Du nouveau.

j'ai créé un dossier www et j'ai mis les fichiers et dossiers prestashop dedans.

Maintenant lorsque je tape mon nom de domaine, j'été redirigé vers mon site en local (localhost...)

j'ai modifier les donnée dans le BO, est maintenant j'ai cette page.

46864_XiYdhjYa9tzyrwcAKiXv_t

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...