nicolas09120 Posted June 12, 2013 Share Posted June 12, 2013 (edited) Voila J'ai envie de creer ma propore boutique sur internet. J'ai dont suivi une offre fais par prestashop et ikoula. Mon soucis viens du fais que pour acceder à ma boutique je dois allez sur le lien : nomdedomaine.com/index.php Si je fais uniquement nomdedomaine.com, ce la me génère une erreur 404. Voici mon htaccess : # ~~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} ^moto2pieces95.com$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^moto2pieces95.com$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /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 SI quelqu'un m'aider à comprendre mon erreur !! Edited June 14, 2013 by nicolas09120 (see edit history) Link to comment Share on other sites More sharing options...
Oron Posted June 12, 2013 Share Posted June 12, 2013 Bonjour ErrorDocument 404 /index.php?controller=404 ? ceci m'intrigue enlever ?controller=404 soit vous mettez /index.php pour qu'il revienne a la page d'accueil en cas d'erreur soi vous mettez 404.php Link to comment Share on other sites More sharing options...
nicolas09120 Posted June 13, 2013 Author Share Posted June 13, 2013 Après vérification cela me fais maintenant : nomdedomaine est en cours de creation. Link to comment Share on other sites More sharing options...
Oron Posted June 13, 2013 Share Posted June 13, 2013 Après vérification cela me fais maintenant : nomdedomaine est en cours de creation. Bonjour Je suppose que vous êtes chez ovh et que s'affiche une page de ovh qui dit que votre site est en construction ? Si tel est le cas regardez dans votre ftp si vous avez un index.htm ou html si oui supprimer le. 1 Link to comment Share on other sites More sharing options...
nicolas09120 Posted June 13, 2013 Author Share Posted June 13, 2013 OK merci, l erreur venez bien de la. Merci beaucoup. Link to comment Share on other sites More sharing options...
Oron Posted June 14, 2013 Share Posted June 14, 2013 Bonjour Si votre problème est résolu merci de bien vouloir mettre [Résolu] devant le sujet de votre 1er post en cliquant sur Modifier puis Utiliser l'éditeur complet. 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