Jump to content

[RESOLU] Probleme d'url mod_rewrite.


Recommended Posts

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 by nicolas09120 (see edit history)
Link to comment
Share on other sites

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

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.

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