Search the Community
Showing results for tags 'redirected'.
-
Hello, probably the topic has already been addressed, I did a search but I did not find solutions ..! The problem is that if I click on a color from miniatures on products listing, the URL is correct but as the page loads, PrestaShop redirects the visitor to the default combination (color and width). How can I avoid this redirection/route? PHP or Js? I haven't find the redirection on Chrome Network 😓 NB: The url that appears as soon as you click on the color from the miniatures is the same as the one that appears when you click on the color from the product sheet.
- 8 replies
-
- prestashop 1.7
- redirected
-
(and 2 more)
Tagged with:
-
Hello, probably the topic has already been addressed, I did a search but I did not find solutions ..! The problem is that if I click on a color from miniatures, the URL is correct but as the page loads, PrestaShop redirects the visitor to the default combination (color and width). How can I avoid this redirection/route? NB: The url that appears as soon as you click on the color from the miniatures is the same as the one that appears when you click on the color from the product sheet.
-
Hi, Currently I experience error where my prestashop server always redirects to http://index.php/? which is not valid URL causing web could not properly be invoked. below copy of my .httaccess file RewriteEngine on # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: www.myweb.com RewriteRule . - [E=REWRITEBASE:/www.myweb.com/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] #RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|svg)$"> Header add Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /www.myweb.com/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again I tried manually invoke by typing https://myweb.com/index.php or https://myweb.com/index.php/? but result still negative. any advise will be highly appreciated thanks in advance. rgds Agus Riyadi
-
Доброго времени суток всем! С prestashop никогда знаком не был, но попросили переделать интернет-магазин и возникла такая проблема: Англоязычные пользователи извините за гугл-перевод... Меня попросили полностью изменить интернет-магазин на PrestaShop, и для этого мне нужно было загрузить его на локальный сервер. (прошу не говорить о том что это глупая затея и существует бэкап в случае поломки) Проблема в том,что на сайте установленно перенаправление на его адрес с локального сервера (вообще любого сервера) и при попытке зайти на этот сайт в локальном сервере, меня перебрасывает на реальный сайт в интернете. Пробовал изменить хтаццесс - не помогло. В базе данных сайта (ps_configuration) менял значение PS_SHOP_DOMAIN и PS_SHOP_DOMAIN SSL: было: [адрес сайта].ru изменял на: 192.168.1.96 или 192.168.1.96/[адрес сайта].ru Искал в административной панели перенаправление - не нашел. (искал на сайте, который выложен на хостинг). Не знаю что делать, сайт надо выгрузить на локальный сервер, и так, чтобы он не перенаправлял на реальный сайт. Желательно, чтобы ответы были на русском языке. Еще раз извиняюсь за плохой английский, переводил в гугл переводчике. Заранее спасибо, надеюсь, тему создал в нужном месте. -------------------------------------------------------------------------------------------- Good day to all! With prestashop never was not acquainted, but asked to alter the online store and there was a problem: Sorry for the Google-translation ... I was asked to reverse the online shop on PrestaShop, and for this I need to load it on a local server. (please do not say that it was a stupid idea and there is a backup in case of failure) The problem is that It is established on the site redirect to his address from a server (any server at all) and when you go to this site to a local server, throws me to the real site on the Internet. Tried to change htatstsess - did not help. In the database (ps_configuration) and changed the value PS_SHOP_DOMAIN PS_SHOP_DOMAIN SSL: was: [website address]. ru changed to: 192.168.1.96 or 192.168.1.96 / [website address]. Ru Searched the administrative panel redirection - not found. (searched on the site, which is laid out on hosting). I do not know what to do, it is necessary to unload the site to a local server, and so that it does not redirect to the real site. It is desirable that the answers were in Russian. Once again, sorry for bad english, translated in Google translator. Thanks in advance, I hope, a theme created in the right place.
- 1 reply
-
- перенаправление
- урл
-
(and 2 more)
Tagged with:
-
Hello everyone! I got a problem since the last few days: my store is often shown as "down" on my pingdom stats as the response time went from 2sec to 10-infiinite quite often now. I can't figure out what went wrong, but using the waterfall in the pingdom tools (http://tools.pingdom.com/fpt/) to see which file/part could make it slow, I have seen a new line which was not there before: http://website.com/ http://www.website.com/ http://www.website.com/en/ http://www.website.com/en/?redirected http://www.website.com/en/ I have search around, but I have found nothing at all related to a "/?redirected" with prestashop Has anyone ever seen it? Any clue what could cause it or where it comes from? The store always seems to lag because of it... Thank you very much for any cue!!
- 2 replies
-
- redirection
- redirect
-
(and 3 more)
Tagged with:
-
Bonjour à tous! J'ai un problème récurrent depuis les derniers jours: ma boutique est souvent inaccessible (lag) et également déclarée "offline" sur mes statistiques pingdom.. le temps de réponse est passé de <2sec a >10-infini sec, et je n'arrive pas à trouver la cause. En utilisant le "waterfall" dans les outils de pingdom (http://tools.pingdom.com/fpt/), je crois avoir trouvé une piste, il se passe qque chose dans les premiers échanges qui semble être la cause du ralentissement: une nouvelle opération semble prendre place qui n'était pas là auparavant: http://boutique.com/ http://www.boutique.com/ http://www.boutique.com/en/ http://www.boutique.com/en/?redirected http://www.boutique.com/en/ J'ai cherché partout, mais je ne trouve rien de relié à "/?redirected" avec prestashop Quelqu'un a déjà vu ça? Un indice sur la cause ou sur l'origine de cette ligne? Un module peut être? J'en ai testé plusieurs, mais rien ne change... La connexion semble "laggé" plusieurs secondes sur cette étape (parfois à l'infini!) N'importe quel tuyau serait vraiment utile!! Merci
-
- redirection
- redirect
-
(and 3 more)
Tagged with: