cedric_69 Posted May 15, 2013 Share Posted May 15, 2013 (edited) Bonjour à toutes et à tous, après quelques heures de recherche pour bien paramétrer mon URL Rewriting qui fonctionne désormais très bien, je suis face à un dernier petit bug que je n'arrive pas à expliquer. J'ai besoin de vos lumières svp . Depuis l'activation de l'URL rewriting sur mon site, je n'arrive plus à faire apparaitre une image .gif dans un module Free Block dans ma barre de gauche avec le titre "Important" en en-tête. En effet, c'est un lien direct dans le sous-dossier de la photo ==> /theme/nom_du_theme/img/annonce.gif Mon site: www.toutdebois.com En pièce jointe un imprim écran de la config du freeblock et du bug d'affichage. Auriez-vous une idée? Est-ce lié à l'URL rewriting selon vous? Le lien vers cette image doit-il être changé? En vous souhaitant une agréable journée. Cédric Edited May 15, 2013 by cedric_69 (see edit history) Link to comment Share on other sites More sharing options...
cedric_69 Posted May 15, 2013 Author Share Posted May 15, 2013 Avec les images Link to comment Share on other sites More sharing options...
cedric_69 Posted May 15, 2013 Author Share Posted May 15, 2013 Voici le contenu de mon .htaccess AddType x-mapp-php5 .php # URL rewriting module activation RewriteEngine on RewriteBase / # URL rewriting rules RewriteRule ^([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] # Catch 404 errors ErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
cedric_69 Posted May 15, 2013 Author Share Posted May 15, 2013 Help please ! A mon avis le problème est simple mais je dois surement passer à coté Link to comment Share on other sites More sharing options...
cedric_69 Posted May 15, 2013 Author Share Posted May 15, 2013 Bon bah j'ai trouvé: Il fallait mettre l'image source en utilisant le lien complet. <img src="http://www.toutdebois.com/themes/underclothes/img/annonce.gif" /> Bizarre bizarre mais ça marche donc @+ 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