Sébastien Plénat Posted November 3, 2008 Share Posted November 3, 2008 Bonjour,les url rewriting ne fonctionne pas chez 1 and 1, j'ai suivi les astuces du forum mais cela ne fonctionne pas.Quelqu'un pourrait il m'aider ?Merci d'avance Link to comment Share on other sites More sharing options...
FranWeb Posted November 4, 2008 Share Posted November 4, 2008 Tu as un 404 ?Ton fichier htaccess est bien à la racine ? Link to comment Share on other sites More sharing options...
Sébastien Plénat Posted November 4, 2008 Author Share Posted November 4, 2008 Bonjour,oui j'ai un 404.Mon htaccess est à la racine du dossier shop.Le voici : AddType x-mapp-php5 .php # URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([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 ^([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 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
Nommam Posted November 4, 2008 Share Posted November 4, 2008 il suffit d'aller lire le topic juste audessus de celui-ci, et ce meme pas jusqu'en bas, meme pas au milieu, mais juste les toutes premieres lignes : http://www.prestashop.com/forums/viewthread/446/installation_configuration_et_mise_a_jour/preinstallation_settings_php_5_htaccess_for_certain_hosting_services Link to comment Share on other sites More sharing options...
Sébastien Plénat Posted November 4, 2008 Author Share Posted November 4, 2008 A moins que je n'ai pas compris mais j'ai bien ajouté cette ligne "AddType x-mapp-php5 .php" à mon htaccess existant. Link to comment Share on other sites More sharing options...
Sébastien Plénat Posted November 4, 2008 Author Share Posted November 4, 2008 Si j'ajoute cette ligne:RewriteBase / j'ai erreur 500. Link to comment Share on other sites More sharing options...
Nommam Posted November 4, 2008 Share Posted November 4, 2008 RewriteBase /xxxx/ ( xxxx est a remplacer par le chemin de repertoire de ton commerce ) Link to comment Share on other sites More sharing options...
Sébastien Plénat Posted November 4, 2008 Author Share Posted November 4, 2008 Cela n'a pas résolu mon PB.Le fichier htaccess doit bien etre dans le sous rep de mon commerce par ex:http://www.site.fr/shop/.htaccessou à la racine de site.fr ?Merci Link to comment Share on other sites More sharing options...
Sébastien Plénat Posted November 4, 2008 Author Share Posted November 4, 2008 Ok ca fonctionne voici donc le htaccess pour ceux qui pourraient aussi avoir du mal avec 1 and 1AddType x-mapp-php5 .php # URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteBase /shop/ -------> A REMPLACER PAR LE REPERTOIRE DANS LEQUEL SE TROUVE LA BOUTIQUERewriteRule ^([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$3 [L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-])(.*)$ supplier.php?id_supplier=$1$3 [L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-])(.*)$ manufacturer.php?id_manufacturer=$1$3 [L,E]# Catch 404 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
FranWeb Posted November 4, 2008 Share Posted November 4, 2008 Un [RESOLU] dans ton titre Link to comment Share on other sites More sharing options...
ricoum Posted November 4, 2008 Share Posted November 4, 2008 Hello,j'ai déjà mis un post à ce sujet sur OVH , mais hélas resté sans reponse :red: En utilisant la meme config (à l'exception de la syntaxe d'activation du module de Rewrite) sur OVH, ca ne marche tjs pas.Si qqun pouvait m'aider la-dessus , je lui en serai vraiment reconnaissant.Merci ! 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