Jump to content

erreur après transfert de mon site sur un nouveau server


Recommended Posts

Bonjour,

 

j'éspère trouvé de l'aide sur ce topic :)

 

Explication :

Depuis que j'ai tranferer mon site sur un autre hebergeur je m'apperçoi que quand je me rend sur mon site le théme ne s'affiche plus par contre mon BO fonctionne parfaitement.

j'ai donc décidé de relancer les URL simplifiée et la je me trouve sur une erreur 500.

 

J'ai supprimer mon fichier .htaccess et replacé l'ancien fichier est je me retrouve donc sur mon theme qui ne s'affiche pas.

 

merci d'avance pour votre aide.

Link to comment
Share on other sites

Aucun probléme sur le BO.

 

J'ai trouvé un module qui ce s'apelle (bitshok slider) je les désactivé.

 

J'essaye de remettre le bon chemin d'accès mais je n'arrive plus à le modifiér que ce soit sur le BO ou sur la BDD.

Link to comment
Share on other sites

J'ai pas cette table :

 

define('_DB_SERVER_', '?');
define('_DB_NAME_', '?');
define('_DB_USER_', '?');
define('_DB_PASSWD_', '?');
define('_DB_PREFIX_', 'ps_');
define('_MYSQL_ENGINE_', 'InnoDB');
define('_PS_CACHING_SYSTEM_', 'CacheMemcache');
define('_PS_CACHE_ENABLED_', '0');
define('_MEDIA_SERVER_1_', '');
define('_MEDIA_SERVER_2_', '');
define('_MEDIA_SERVER_3_', '');
define('_COOKIE_KEY_', 'MOhNFmbRUGhqa42LVaoZbUcOxK0kYyJRD3t7EqXpECkNMDQ0nik0URk1');
define('_COOKIE_IV_', 'XsM915tE');
define('_PS_CREATION_DATE_', '2013-05-05');
define('_PS_VERSION_', '1.5.3.1');
define('_RIJNDAEL_KEY_', '5av2y7VYfYHEITifq44hRIPteRoouNT9');
define('_RIJNDAEL_IV_', '8kuEBWQeZkn9Z4WhLG7X6g==');
 

Link to comment
Share on other sites

J'ai rebalancer mon ancien fichier .htaccess sa fonctionne de nouveau.

 

voici ce que contien mon fichier .htaccess

 

# DESACTIVATION DU CACHE POUR LES FICHIERS DYNAMIQUES
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header unset Cache-Control
</FilesMatch>
</IfModule>

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums
 
# URL Rewriting activation 1&1
RewriteEngine on
RewriteBase /wwww/flamantrose
 
# FORCE le WWW pour l'url du site
RewriteCond %{HTTP_HOST} ^www.leflamant-rose.com$
RewriteRule ^(.*) http://www.leflamant-rose.com/  [QSA,L,R=301]
 
# URL Rewriting rules
RewriteRule ^([a-z0-9]+)-([a-z0-9]+)(-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*).jpg$ /img/p/$1-$2$3.jpg [L,E]
RewriteRule ^([0-9]+)(-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*).jpg$ /img/c/$1$2.jpg [L,E]
RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)-([a-zA-Z0-9-]*).html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)-([a-zA-Z0-9-]*).html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E]
RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)-([a-zA-Z0-9-]*).html(.*)$ /product.php?id_product=$2$4 [L,E]
RewriteRule ^([0-9]+)-([a-zA-Z0-9-]*).html(.*)$ /product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E]
RewriteRule ^content/([0-9]+)-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]
RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E]
# Catch 404 errors

Link to comment
Share on other sites

ton site en front s'affiche mal car les liens des fichiers css sont du style flamantrosecss/style.css au lieu de flamantrose/css/style.css

et ton accès o BO pose problèe car tu as flamantroseindex.php au lieu de flamantrose/index.php.

 

Donc si on analyse bien le truc c'est toujours le probleme du /.

 

Dans ta bdd ou as tu mis /flamantrose/ ?

Link to comment
Share on other sites

bon alors essayons un truc:

 

dans parametres avancés-> performances.

 

Dans la partie CCC coche conserver le fonctionnement classique, ensuite vide manuellement le cache de ton theme + le cahce smarty + le cache navigateur

 

Rééssayes.

Link to comment
Share on other sites

Quand j'essaye d'activé URL simplifiée, plus rien ne fonctionne mon site passe en 500 internal servor error ?

 

Peut être que sa viens du fichier .htaccess  ?

 

Voici ce qu'il contient :


# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule . - [E=REWRITEBASE:/flamantrose/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# Images
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]

# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^.*$ - [NC,L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
</IfModule>

<IfModule mod_expires.c>
    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"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /flamantrose/index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 

Link to comment
Share on other sites

Voici le nouveau .htacces

 

 


# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule . - [E=REWRITEBASE:/flamantrose/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# Images
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]

# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^.*$ - [NC,L]
RewriteCond %{HTTP_HOST} ^leflamant-rose.com$
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
</IfModule>

<IfModule mod_expires.c>
    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"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /flamantrose/index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 


La il me passe le site en error 500 quand je demande un nouveau htaccess

Link to comment
Share on other sites

Tiens mets ça dedans maintenant:



# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on
RewriteCond %{HTTP_HOST} ^http://leflamant-rose.com$
RewriteRule . - [E=REWRITEBASE:/flamantrose/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteCond %{HTTP_HOST} ^http://leflamant-rose.com$
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

<IfModule mod_expires.c>
	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"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
	<IfModule mod_filter.c>
		AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript
	</IfModule>
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /flamantrose/index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again



Link to comment
Share on other sites

Bon ben écoutes je suis vraiment désolé c'est pas faute d'avoir essayer, à moins que qqun de plus compétent prenne le relais je préconiserais la réinstallation.

As tu beaucoup avancé dans la conception de ta boutique ou es tu au commencement?

Link to comment
Share on other sites

Ce que je ne comprend c'est qu'au départ nous avions vu juste (il manquait le / et il fallait enlever les www) ceci aurait du résoudre ton problème. mais le fait qque tu aies activé l'url rewritting ça atout fait buggué (normal le chemin était faussé)

Mais là je ne comprend plus rien.

Link to comment
Share on other sites

dans prestashop, si votre PS installation est dans la racine de votre site sur ftp (www.votresite.fr) et il y a pas de subfolder (www.votresite.com/boutique) alors dans le url de shop (ou chemin) il faut ajouter simplement un /

 

voir image attachée

 

si ce autre  il faut faire a titre d'example un /boutique/

votre erreur ce que vous avez changé ça sur la BDD avans, il fallait le faire sur botre BO d'abord!

post-723372-0-60940300-1390254083_thumb.jpg

Edited by walidon (see edit history)
  • Like 1
Link to comment
Share on other sites

oui mais il y avais un dossier justement walidon !!!

flamantrose/

 

Et si vous avez bien tout lu vous verrez qu'au départ son erreur était d'avoir mis www/flamantrose au lieu de /flamantrose/ ce qà quoi nous avons remédier mais je pense que le mal était fait puisqu'il avait activé l'url rewritting. Car ensuite ç a tout simplement planté.

Edited by zaar (see edit history)
Link to comment
Share on other sites

walidon je dois dire que votre façon de faire est déroutante. Vos postez un message puis vous l'éditez non pas en ajoutant quelques chose ou en apportant quelques modifs mais en changeant complètement votre intrevention !!! du coup moi je m'y perd je répond à un de vos messages qui n'existe plus ! (déjà vu sur un autre topic sur lequel vous intervenez)

Link to comment
Share on other sites

oui je constaté ça, ce pour ça parfois ce bien de lire les documentations! dans le BO on presque tout, on interfere sur le BBD que si ce urgent et necessaire!

si rien n'est encore fait, ben une nouvelle tentative comme si ce la 1er fois

supprimer tout les table du ps_ , faire la configuration du nouveau en indiquant le chemin correct, uploader de nouveau et je suis sur que tout ira bien

Link to comment
Share on other sites

Je viens de relire le début du sujet, dans ta table de la base de donnée (ps_shop_url) tu indique /www/flamantrose met ton nom de domaine www.leflamant-rose.com

 

ps_shop_url c'est l'adresse de ta boutique, ce n'est pas le chemin d'accès au fichier

 

Puis tu retourne dans la BO seo url

 

Tu vérifie bien que tu as

 

domaine:www.leflamant-rose.com

chemin:/flamantrose/

 

et ensuite tu clique sur enregistrer pour régénérer le htaccess

Edited by Enduro (see edit history)
Link to comment
Share on other sites

Enduro regardes, si il a fait ce que je lui ai di ça devrait être bon

mets le dans le champs physical_uri de ta table ps_shop_url

dans domaine tu met seulement leflamant-rose.com

ps_shop_url c 'est le nom de la table pas du champ pour le chemin

Edited by zaar (see edit history)
Link to comment
Share on other sites

walidon je dois dire que votre façon de faire est déroutante. Vos postez un message puis vous l'éditez non pas en ajoutant quelques chose ou en apportant quelques modifs mais en changeant complètement votre intrevention !!! du coup moi je m'y perd je répond à un de vos messages qui n'existe plus ! (déjà vu sur un autre topic sur lequel vous intervenez)

t'as raison zaar et je m'excuse pour ça, je n'ai pas un bon niveau en français (je suis anglophone) donc parfois qlq chose m'échappe ou je comprend mal ce qu'on veut dire, ce pour ça je relis ce que j'écris et je corrige.

Je suis désolé pour qlqonque inconvénient et merci pour votre compréhension cher ami

Link to comment
Share on other sites

dans ma base chez le nom de domaine sans les www et ça fonctionne très bien donc ça nevient pas de là je pense.

Quoiqu'il en soit je vous laisse cogiter, mais je pense qu'il va devoir réinstaller. :(

Si vous trouvez une solution tant mieux.

Link to comment
Share on other sites

Non, tu n'efface rien du tout

 

On va essayé d'être claire sur ce topic par ce que là çà part dans tout les sens. 

 

1- Quel information à tu dans la table (base de donnée MySQL) PS_SHOP_URL

    domaine:

    physical_uri:

2- Regarde dans l'onglet paramètres avancés / informations ce qu'il t'indique comme url de la boutique, fichiers manquants

3- Demande de l'aide à ton hébergeur, çà ne coute rien de lui demander une assistance.

4- Tu peux effectuer un test en local (transfert de ta boutique sur ton ordinateur)

Link to comment
Share on other sites

Bonjour,

 

En tout cas un grand merci pour votre aide.

 

Voila après avoir réinstaller tout mon site à la racine comme au bon vieux temps, mon site re-fonctionne mes certaines pages ne fonctionne pas est il me manque des images.

 

Je n'ose pas touchez, quelque peux aller faire un tour dessus est me donner sont avis ?

 

merci

Link to comment
Share on other sites

Hello,

 

Essayer de désactiver le apache multiviews dans l'onglet SEO ?

 

Si le domaine est configuré chez l'hébergeur pour pointer vers le dossier le chemin est /

 

Si le site est en sous dossier (et non en vhost qui pointe vers le dossier) le chemin est /flamantrose/ mais l'url du site contiendra ce sous dossier, ce qui est bien mais pas top.

 

On dirait surtout un problème de configuration du domaine sur le serveur qui pointe sur www et non le dossier donc mais chapeau a vous pour l'entraide !

 

Cordialement

  • Like 1
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...