Search the Community
Showing results for tags 'URL rewriting'.
-
Hi everyone, Using PS 1.6.1, I got an issu with some custom module and with hookModuleRoutes. Here is what I did : - I install one custom module with some custom URL rewritting it's working perfectly. - Then I try to install a second custom module with some URL rewritting, the first one...
- 8 replies
-
- url rewriting
- moduleroute
-
(and 3 more)
Tagged with:
-
Bonjour à toutes et à tous, Je rencontre un souci que je n'arrive pas à solutionner ! En effet, lorsque j'active l'URL simplifiée (CONFIGURER > paramètres de la boutique > Trafic et SEO) alors toutes les images des produits disparaissent !? J'ai procédé à la manip comme demandée sur mon b...
- 5 replies
-
- url rewriting
- images produits
- (and 2 more)
-
Bonsoir, Je poste ici un nouvel topic en espérant d'y trouver une solution : Depuis hier, j'ai contacté l'assistance technique de chez OVH, mon domaine n'avait aucune redirection. Mais j'ai reinitiliasé le domaine quand même pour être sure que cela ne provenait pas de la. Maintenant fau...
- 8 replies
-
- 1
-
-
- paypal integral evolution
- authentification impossible
- (and 3 more)
-
Hello everybody! I really hope that someone can help me with my problem, everything what I have found in the forum (internet), does not help me. First of all, I would like to apologize for my bad english 😊 My problem: I imported products with a Rest API Plugin into Prestashop. S...
-
- mod_rewrite
- url rewriting
-
(and 2 more)
Tagged with:
-
I followed the manual to set up the media server on back office. 1) After importing product to prestashop, I copy and upload all the three required folders such as /img, /theme, and /module to another server. 2) Set up the 'Media server' by adding domain name of the new server where I uploaded t...
- 1 reply
-
- media server
- cdn
-
(and 3 more)
Tagged with:
-
Bonjour, Je me trouve face à un problème qui est apparu du jour au lendemain. Les pages de ma catégorie produits ne sont plus disponibles ;chaque page renvoie à une page d'erreur 404. Je n'ai pas modifié les URL je n'ai rien changé et cela ne fonctionne plus. J'ai tenté de cr...
-
Bonjour, Je possède un site de e-commerce sous Prestashop 1.6. Pour des raisons de référencement je souhaiterais modifier l'adresse url de ma page d’accueil : au lieu de https://nomdedomaine.com je souhaiterais que la page d'accueil soit https://nomdedomaine.com/boutique Le Back Office de...
-
I'm currently trying to make my custom developed module URL friendly. Everything was working fine with unfriendly URL: .../index.php?id_category=1001&controller=category&id_lang=2&id_tractor=160. Now, if I turn Friendly URL on, they look like .../en/1001-cooling-system/tractor-208-j...
-
hi I am using prestashop 1.5.4.1 and the leoconv theme. I have a problem using the friendly url's, i activate it on my back office and it does work on my site but on activating it I have many troubles on my site : the first but not the least is that the sign in link does not work any more (...
- 8 replies
-
- url rewriting
- leoconv
-
(and 1 more)
Tagged with:
-
I freshly installed 1.5.6.2, friendly URL doesn't work, it says: URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. I read "solved" topics on this subject but it solved not...
-
Hi All, I am using nginx as my webserver. I have set-up rewrite rules to match the default apache ones and they work if I type a URL to test the rules myself. But! I can't get the entire shop to use friendly URLs because I can't enable the Friendly URLs option in Preferences > SEO & URLs...
-
Hallo zusammen, ich habe Probleme mit dem URL rewriting (mod_rewrite ist aktiviert) und auch schon ein paar Sachen auf meiner Checkliste. Aber in vielen Posts zu diesem Thema, steht, dass man unter "Tools > Generatoren" eine neue .htaccess generieren kann. Ich habe Prestashop 1.5.2.0 und dort...
- 5 replies
-
- url rewriting
- 1.5.2.0
-
(and 3 more)
Tagged with:
-
Bonjour, J'essaye sans succès d'activer l'url rewriting depuis quelques jours. Je suis sur une version 1.5.61 de prestashop configuré en multiboutique. Sur la première boutique uniquement dédiée au contenu aucun problème mais sur la partiee-shop à chaque fois que j'active l'url rewriting...
- 10 replies
-
- url rewriting
- mod rewrite
-
(and 3 more)
Tagged with:
-
Hello, I'd like to update the format of my URLs without getting 404s. At the moment, I'm using the standard one, which is: {category:/}{id}-{rewrite}{-:ean13}.html And I'd like to use something along those lines: {rewrite}-{id}-{-:ean13} It's easy, I just change it, save the fixes and...
-
- url rewriting
- seo
-
(and 2 more)
Tagged with:
-
Quand j'active réécriture URL; je n'arrive plus à accéder a les page CMS. Merci d'avoir m'aider .
-
- url rewriting
- prestashop
-
(and 2 more)
Tagged with:
-
Lorsque je suis sur ma page d'acceuil et que je clique vers une page cms de mon footer cela fonctionne. Mais quand je suis sur une page cms et que je clique vers une autre page CMS de mon footer, j'ai content/ qui ce rajoute dans l'URL et cela me donne monsite/content/content/1-qui-sommes-nous par...
- 5 replies
-
- doublement /content
- CMS
-
(and 1 more)
Tagged with:
-
Hi, i would like to use ModuleRoute for my module in presta 1.6. i try to use : In mymodule.php public static $ModuleRoutes = array( 'route-name' => array( 'controller' => null, 'rule' => '{module}/{/:controller}', 'keywords' => array( 'module' => array('re...