Nougatina Posted January 31, 2011 Share Posted January 31, 2011 Bonjour,Je tourne en rond depuis plusieurs jours car je ne trouve aucune solution à mes problèmes malgré mes recherches poussés sur le forum. Voilà c'est sûrement très bête mais je n'y comprends rien : quand je clique sur une catégorie pour aller sur un produit j'ai un message d'erreur comme quoi le lien semble brisé. D'autre part, chaque image en page d'accueil est remplacée par une petite icône et mène à un message d'erreur lien brisé.Je suis chez infomaniak. Voici ce que j'ai mis dans mon fichier .htaccess (info glanées sur le forum) :# URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /vlj/img/p/$1-$2$3.jpg [L,E]RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /vlj/img/c/$1$2.jpg [L,E]RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /vlj/product.php?id_product=$3&isolang;=$1$5 [L,E]RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /vlj/product.php?id_product=$2&isolang;=$1$4 [L,E]RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /vlj/category.php?id_category=$2&isolang;=$1 [QSA,L,E]RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /vlj/product.php?id_product=$2$4 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /vlj/product.php?id_product=$1$3 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /vlj/category.php?id_category=$1 [QSA,L,E]RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /vlj/cms.php?id_cms=$1 [QSA,L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /vlj/supplier.php?id_supplier=$1$3 [QSA,L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /vlj/manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]RewriteRule ^lang-([a-z]{2})/(.*)$ /vlj/$2?isolang=$1 [QSA,L,E]# Catch 404 errorsErrorDocument 404 /vlj/404.phpphp_flag allow_url_fopen Onphp_flag allow_url_include Onphp_flag register_globals OffPar contre je ne sais pas si j'ai mis ce fichier à la bonne place...Pourriez-vous m'aider svp ?Merci d'avance pour tous vos conseils. 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