Naonani Posted April 1, 2011 Share Posted April 1, 2011 Bonjour,J'ai lu et relu les guides et forum et je ne trouve pas de solution.Je me résigne donc à poster... sachant les réponses aux questions que je me pose sont certainement évidentes.Je suis hébergé chez OVH, j'ai créé un fichier dans lequel j'ai mis SetEnv PHP_VER 5 et que j'ai appelé .htaccessEnsuite, j'ai essayé de le copier sur mon hébergement par l'intermédiaire de Filezilla. Visiblement, ça ne marche pas, j'ai toujours le même message d'erreur.J'ai aussi essayé de le mettre dans le fichier Prestshop que j'ai dézippé.Quelqu'un peut-il m'expliquer simplement ou et comment copier ce fichier ?Merci,Catherine Link to comment Share on other sites More sharing options...
Milos Posted April 4, 2011 Share Posted April 4, 2011 Bonjour,je suis également chez OVH.En ce qui me concerne, voici le htaccess que j'utilise (à mettre avant l'installation de la boutique :SetEnv PHP_VER 5SetEnv REGISTER_GLOBALS 0# URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([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]RewriteRule ^operation-([0-9]*)\-([a-zA-Z0-9-]*).html(.*)$ /modules/salemanager/operationPage.php?idOperation=$1 [L,E]# Catch 404 errorsErrorDocument 404 /404.ph Link to comment Share on other sites More sharing options...
Milos Posted April 4, 2011 Share Posted April 4, 2011 En fait, il suffit juste de mettre ceci sur le htaccess :SetEnv PHP_VER 5SetEnv REGISTER_GLOBALS 0# Catch 404 errorsErrorDocument 404 /404.php 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