mfrederic4 Posted April 10, 2010 Share Posted April 10, 2010 Bonjour,Cela fonctionnait très bien jusqu'à maintenant mais depuis 2 jours je rencontre le problème suivant:Lorsque j'active l'URL simplifié dans la partie Admin je n'ai plus accès aux pages "voir les produits" même problème avec "meilleurs vente" … juste le message d'erreur:"Cette catégorie est actuellement indisponible."Je suis hébergé chez mavenhosting qui accepte la réécriture et j'ai actuellement la version PrestaShop 1.1.Voici mon fichier .htaccess actuel. # URL rewriting module activation RewriteEngine on # URL rewriting rules 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] # Catch 404 errors ErrorDocument 404 /404.php Quelqu'un aurait-il une idée du probleme? Manque t'il quelque chose au fichier htaccess?Par avance merci de votre aide.FredEdit: pour une raison inconnue 2 lignes ont disparus! RewriteCond %{HTTP_HOST} !www.votresite.fr$ RewriteRule ^(.*) http://www.votresite.fr/$1 [QSA,L,R=301] 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