Search the Community
Showing results for tags 'Rewrite URL'.
-
hi , i have a problem with sitemaps. i have 2 prestashop websites : https://www.cdsoft.co.il and https://www.serverparts.co.il in both of them i cant make good and complete sitemap. i've tried to work with 2 kinds of generators : 1 - the Google Sitemap that comes with prestashop - in this module im getting sitemap with Rewrite urls, even i dont want (!!) 2- in the second option, i'm using XML Sitemap generator . the problem is that iwm not getting all the pages i have in my website . the answer i'm getting from the developers is like this : Hello,pagination links like https://www.cdsoft.co.il/index.php?id_category=726&controller=category#/page-3 are handled with javascript and in order to index these pages it must comply with ajax crawling specs:https://developers.google.com/webmasters/ajax-crawling/docs/getting-started so - what to do ? i cant get any good, and complete sitemap ?? i dont want to work with rewrite url's - i just want sitemap.. what to do ?
-
- prestashop
- rewrite url
-
(and 2 more)
Tagged with:
-
Hi everybody !! I activate webservices but that doesn't work. I will explain what i do : - Activate SSL => OK - Activate Webservice => OK - Delete .htaccess and recreate it (many times ...) - My .htaccess contains the redirect rule for webservice to api RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] - I add a key for a new webservice and select some object to expose like customer. - i Test with PSWebServiceLibrary.php - i acces with mysite/api But that doesn't work :/, it loops on the authentification key Thanks in advance Johan
- 4 replies
-
- webservice
- api
-
(and 1 more)
Tagged with:
-
May i know how to rewrite url? How to rewrite product page from http://shoppingononline.com/en/wedding-gowns/8-purple-wedding-gown-transparent-net.html to http://shoppingononline.com/purple-wedding-gown-transparent-net.html? How to rewrite category page from http://shoppingononline.com/en/6-wedding-gowns.html to http://shoppingononline.com/wedding-gowns.html? How to rewrite cms page from http://shoppingononline.com/en/content4-About-Us.html to http://shoppingononline.com/About-Us.html? Can i remove /en from my homepage? I want to change http://shoppingononline.com/en/ to http://shoppingononline.com.
-
Hi I got trouble to get canonical url working in prestashop v1.5.3.1 on IIS 7.5 webserver My Setup Prestashop v 1.5.3.1 (installed in folder /prestashop/ ) Webserver IIS 7.5 on win 7 IIS url rewrite add-on is installed http://www.iis.net/downloads/microsoft/url-rewrite Short url activated in prestashop ( the .htaccess file exist) Web.config modified The short url are ok to display product and category but sadly i cant get any picture working, i think my problem is linked to a rewrite url rule here is my web.config <rewrite> <rules> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^api/?(.*)$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/webservice/dispatcher.php?url={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}-{R:2}{R:3}{R:4}.jpg" logRewrittenUrl="true" /> </rule> <rule name="Imported Rule 3" stopProcessing="true"> <match url="^([0-9]+)\-([0-9]+)(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}-{R:2}{R:3}.jpg" /> </rule> <rule name="Imported Rule 4" stopProcessing="true"> <match url="^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:1}{R:2}{R:3}.jpg" /> </rule> <rule name="Imported Rule 5" stopProcessing="true"> <match url="^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:1}{R:2}{R:3}{R:4}.jpg" /> </rule> <rule name="Imported Rule 6" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:1}{R:2}{R:3}{R:4}{R:5}.jpg" /> </rule> <rule name="Imported Rule 7" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:4}/{R:1}{R:2}{R:3}{R:4}{R:5}{R:6}.jpg" /> </rule> <rule name="Imported Rule 8" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:4}/{R:5}/{R:1}{R:2}{R:3}{R:4}{R:5}{R:6}{R:7}.jpg" /> </rule> <rule name="Imported Rule 9" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:4}/{R:5}/{R:6}/{R:1}{R:2}{R:3}{R:4}{R:5}{R:6}{R:7}{R:8}.jpg" /> </rule> <rule name="Imported Rule 10" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:4}/{R:5}/{R:6}/{R:7}/{R:1}{R:2}{R:3}{R:4}{R:5}{R:6}{R:7}{R:8}{R:9}.jpg" /> </rule> <rule name="Imported Rule 11" stopProcessing="true"> <match url="^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/p/{R:1}/{R:2}/{R:3}/{R:4}/{R:5}/{R:6}/{R:7}/{R:8}/{R:1}{R:2}{R:3}{R:4}{R:5}{R:6}{R:7}{R:8}{R:9}{R:1}0.jpg" /> </rule> <rule name="Imported Rule 12" stopProcessing="true"> <match url="^c/([0-9]+)(\-[_a-zA-Z0-9-\.*]*)(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/c/{R:1}{R:2}{R:3}.jpg" /> </rule> <rule name="Imported Rule 13" stopProcessing="true"> <match url="^c/([a-zA-Z-]+)(-[0-9]+)?/.+\.jpg$" ignoreCase="false" /> <action type="Rewrite" url="/prestashop/img/c/{R:1}{R:2}.jpg" /> </rule> <rule name="Imported Rule 14" stopProcessing="true"> <match url="^.*$" /> <conditions logicalGrouping="MatchAny"> <add input="{REQUEST_FILENAME}" matchType="IsFile" pattern="" ignoreCase="false" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" pattern="" ignoreCase="false" /> </conditions> <action type="None" /> </rule> <rule name="Imported Rule 15" stopProcessing="true"> <match url="^.*$" /> <action type="Rewrite" url="/prestashop/index.php" /> </rule> </rules> </rewrite> this image link is down it doesnt display anything (error 404) <img width="124" height="124" alt="" src="http://localhost:83/prestashop/15-home_default/ipod-nano.jpg"> this product link is ok http://localhost:83/prestashop/musique-ipods/1-ipod-nano.html How can i solve this picture display bug ? Thanks @+
- 3 replies
-
- rewrite url
- web.config
-
(and 1 more)
Tagged with:
-
Hello, I have a question. How do i rewrite the links i have put in a cms content. Like i have cms page named "About us" I have a link inside this page content which links to a category and i have placed like this <a href="index.php?id_category=4&controller=category">Category</a> Now when i turn on seo urls and goto this link from about us page, the link is not rewritten, instead it shows the same non sef url like this www.xxx.com/index.php?id_category=4&controller=category Is it a bug or i have missed something. I want the rewrittern sef url for this too. My PS version is 1.5.4.1 Please help me figure out this as i couldnt get any idea to solve the issue. Thanks !
- 6 replies
-
- rewrite url
- seo url
-
(and 1 more)
Tagged with:
-
Bonjour, N'obtenant pas de réponses sur la partie anglophone du forum, je tente ma chance sur la partie francophone. J'ai installé PS 1.5.3 et voulu configurer la partie SEO. Voulant supprimer le '.html' des URLs de produits, j'ai changé le schéma de ces urls via le backoffice. Cela n'a pas fonctionné. Après investigation, il s'avère que le pb (d'après moi) provient du Dispatcher.php et plus précisément de la fonction "loadRoutes". Celle-ci charge les default routes après les customs et donc surécrit les customs. En regardant l'historique de modification, on se rend compte que cette partie a été modifié pour la 1.5.3. J'ai replacé le code pour charger les default routes là où il était (càd au tout début du code) et cela fonctionne pour les pages produits / catégories mais pas pour les pages telles que contact / commande / mon compte. Là je reçois un 404. Je ne comprends pas pourquoi. J'ai ouvert un bug sur github (https://github.com/PrestaShop/PrestaShop/issues/181). Aucune réaction à ce jour (bon cela fait que 2 jours). Donc si qqqn avait une idée lumineuse, j'en serais plus que ravie
-
Hola, Espero que me podáis ayudar porque me estoy deseperando...Tras mucho tiempo de aprendizaje, chequeando consultas de los foros, tutoriales etc. por fin tengo lista la tienda. En local funciona todo bien pero al subirla al servidor, me da error : Error del servidor.El sitio web ha detectado un error al recuperar la http://www.lactam.es/es/3-vestidos-lactancia http://www.lactam.es/es/3-vestidos-lactancia. Es posible que esta esté inactiva debido a tareas de mantenimiento o que se haya configurado de forma incorrecta.A continuación se detallan algunas sugerencias:Vuelve a cargar esta página más tarde.Error de HTTP 500 (Internal Server Error): Se ha detectado una condición inesperada cuando el servidor intentaba atender la solicitud. En Preferencias->Seo y URL me sale el error: La reescritura URL (mod_rewrite) no está activo en su servidor o no es posible comprobar la configuración del servidor. Si desea utilizar URLs debe activar este mod. He activado y desactivado las URL amigables en varias ocasiones y ya no se que más hacer. Consultando con mi proveedor de Hosting me responden: "En respuesta a su consulta, le informamos que tras comprobaciones de nuestro departamento de soporte avanzado es un problema de configuración del htaccess, es decir, un problema del prestashop. Con el pluging de Firefox live http headers al cargar la Web se ve:HTTP/1.1 503 temporarily overloaded. Si se quita el htaccess o lo renombramos para omitir el archivo, la Web falla porque está configurada para reescritura, pero el módulo en sí está cargado, por lo que entendemos que tiene que ser algo particular de la aplicación" ¿Podéis ayudarme por favor??
-
gan tolong bener ni gan web prestashop ane ancur ni gara2 q utak utik rewriting html ama user friendly url nya,, dah gitu parahnya lagi sekarang ga bisa login admin, tolong buat mastah2 presta bantuin ane dong ni web ane yang udah terlanjur ancur dekranasdagk.com
- 2 replies
-
- web rusak
- tampilan rusak
-
(and 2 more)
Tagged with:
-
Can somebody please coach me how to rewrite part of a URL? Let's say customers now access my store at www.mystore.com. The URL that displays on their browsers is rewritten to "www.mystore.com/prestashop". All subsequent pretty URLs take the same form "www.mystore.com/prestashop/image.jpg". I guess this could be because my document root is "opt/bitnami/apps/prestashop". So I would like to know how I can rewrite to "www.mystore.com/store" instead, but without having to rename the directory in the file system. I understand I may need to edit a .htaccess file and make certain configuration in the back office. Anyone can advise please? I'm running Prestashop version 1.4.8.2 on Apache HTTPD 2.2.22 PHP 5.3.14 MySQL 5.5.21 Ubuntu Linux 12.04
-
- rewrite url
- 1.4.8.2
-
(and 1 more)
Tagged with:
-
Hola; Tanto al importar productos desde CSV como al introducirlos a mano, cuando el nombre del producto lleva algún acento, la reescritura automática que prestashop (versión 1.5) me hace en la url sigue manteniendo los acentos. Por ejemplo: Nombre: Colección 2012 URL: colección-2012 Aún así en la navegación las páginas se cargan bien y no muestra ningún error del tipo 404 pero ¿hay algún manera de que los acentos no aparezcan en las urls que no sea cambiarlos manualmente? me resulta muy raro no haber encontrado información porque supongo que le habrá pasado a mucha más gente ¿verdad? Gracias a todos por la ayuda!
-
After installing Pretty URL - Remove ID's, my admin and website goes offline to 404 error. It works fine if used on a default theme, however if I try to install with a templatemonster theme, it kills both admin and site as soon as I load the file: /classes/link.php There is no way to access admin as long as the Pretty URL - Remove ID's is installed while templatemonster theme is uploaded. As soon as I reload the default classes/link.php it works fine. Any ideas or help?
-
- Pretty URL - Remove IDs
- Pretty URL
-
(and 3 more)
Tagged with:
-
Hello I would like to remove category id from friendly url, how can i accomplish that without have to edit .htaccess file because this file is auto generator by prestashop and it will erase any instruction add manually. example: actual: http://www.storemartialarts.com/14-weapons http://www.storemartialarts.com/118-wooden-weapons wish: http://www.storemartialarts.com/weapons http://www.storemartialarts.com/wooden-weapons Thanks you all for your time! Theboss
- 4 replies
-
- 1
-
- friend url
- product id
- (and 6 more)
-
So when I create a product and one which its characteristics are so close and there is only one difference I chose to use the duplicate product. However when you edit what you need and save, even if you change the name of the product the url does not change in its description e.g. original: http://www.vkthordlu...ilder-seat.html product name: retro bikini bodybuilder seat duplicate: http://www.vkthordlu...ilder-seat.html product name: retro bikini swimmer seat optimally i would like it to be: http://www.vkthordlu...immer-seat.html Is there a way or a place to go and rewrite this so that the url matches the description as in the first created item? I realized this too late and don't really wanna go and delete the product and recreate them all