Jump to content

Probleme d'activation de la réécriture des url


Recommended Posts

Bonjour

 

j'ai un probleme concernant la réécriture des url dans mon site

 

lorsque je l'active, la page d'acceuil s'affiche mais l'image des produits ne s'affichent pas!

et aussi les autres pages me donne une page d'erreur 404.

 

voici mon fichier .htaccess

je lui donnée le droit d'acces 664

 

# ~~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
 
<IfModule mod_rewrite.c>
RewriteEngine on
 
RewriteRule ^api/?(.*)$ webservice/dispatcher.php?url=$1 [QSA,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
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...