Magento 2 - Website will get in cache loops and redirect to homepage (only at random times)Magento Redirect to mobile website when on Smart DevicesMagento CMS Page keep redirect to homepageMagento 2 : Redirect From Homepage to Login if not LoggedRefreshed all my Magento2 cache and website is down nowUbertheme error while Migrating date from Magento 1 to Magento 2Magento 1 Redirect only works once, works again after refreshing cacheMagento2.2: How to disable cache for homepage only?Nginx redirect for -only- homepage of old domain, to homepage of new domainMagento 2.3 cache menu on homepage
How can I download a file from a host I can only SSH to through another host?
What was the point of "Substance"?
Unlock your Lock
What is the sound/audio equivalent of "unsightly"?
What is Soda Fountain Etiquette?
Can MuseScore be used programmatically?
Why is explainability not one of the criteria for publication?
What stops you from using fixed income in developing countries?
Alternatives to Network Backup
How to prevent a hosting company from accessing a VM's encryption keys?
What happens to transactions included in extinct or invalid blocks?
Defending Castle from Zombies
To what extent should we fear giving offense?
Is it true that different variants of the same model aircraft don't require pilot retraining?
How many petaflops does it take to land on the moon? What does Artemis need with an Aitken?
Half filled water bottle
Term used to describe a person who predicts future outcomes
Pen test results for web application include a file from a forbidden directory that is not even used or referenced
Why did James Cameron decide to give Alita big eyes?
Force SQL Server to use fragmented indexes?
What is the name of this plot that has rows with two connected dots?
Units in general relativity
Does NASA use any type of office/groupware software and which is that?
Book featuring a child learning from a crowdsourced AI book
Magento 2 - Website will get in cache loops and redirect to homepage (only at random times)
Magento Redirect to mobile website when on Smart DevicesMagento CMS Page keep redirect to homepageMagento 2 : Redirect From Homepage to Login if not LoggedRefreshed all my Magento2 cache and website is down nowUbertheme error while Migrating date from Magento 1 to Magento 2Magento 1 Redirect only works once, works again after refreshing cacheMagento2.2: How to disable cache for homepage only?Nginx redirect for -only- homepage of old domain, to homepage of new domainMagento 2.3 cache menu on homepage
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Our website runs into situations where it is working fine for days, but then customers will occasionally get into a situation where they are say trying to goto checkout, and instead of heading there, the server redirects them to the home page, this issue is solved by clearing all cookies and retrying in a new tab, however it becomes an annoyance on the customer.
The most annoying issue about it is that it's essentially impossible to reproduce on our own, it's just something that occurs for who knows whatever reason.
Our websites URL is something like www.example.com/store/ so we use a url redirect in our root htaccess like:
RewriteCond %REQUEST_URI !/(downloads|pdfs|store)/ [NC]
RewriteRule ^(.*)$ /store/$1 [R=301,L]
I'm not sure if that could be playing a part in any of it or not, but we aren't sure what to really do to resolve the issue as it is just random when the issue occurs. Is it a common Magento 2 thing? Of possibly something we have on our store that locks up our cache?
Another point could be that we use localhost:3306
as our host, and I read that using localhost on a web host may not be the best way to go about it.
magento2 cache redirect
add a comment |
Our website runs into situations where it is working fine for days, but then customers will occasionally get into a situation where they are say trying to goto checkout, and instead of heading there, the server redirects them to the home page, this issue is solved by clearing all cookies and retrying in a new tab, however it becomes an annoyance on the customer.
The most annoying issue about it is that it's essentially impossible to reproduce on our own, it's just something that occurs for who knows whatever reason.
Our websites URL is something like www.example.com/store/ so we use a url redirect in our root htaccess like:
RewriteCond %REQUEST_URI !/(downloads|pdfs|store)/ [NC]
RewriteRule ^(.*)$ /store/$1 [R=301,L]
I'm not sure if that could be playing a part in any of it or not, but we aren't sure what to really do to resolve the issue as it is just random when the issue occurs. Is it a common Magento 2 thing? Of possibly something we have on our store that locks up our cache?
Another point could be that we use localhost:3306
as our host, and I read that using localhost on a web host may not be the best way to go about it.
magento2 cache redirect
add a comment |
Our website runs into situations where it is working fine for days, but then customers will occasionally get into a situation where they are say trying to goto checkout, and instead of heading there, the server redirects them to the home page, this issue is solved by clearing all cookies and retrying in a new tab, however it becomes an annoyance on the customer.
The most annoying issue about it is that it's essentially impossible to reproduce on our own, it's just something that occurs for who knows whatever reason.
Our websites URL is something like www.example.com/store/ so we use a url redirect in our root htaccess like:
RewriteCond %REQUEST_URI !/(downloads|pdfs|store)/ [NC]
RewriteRule ^(.*)$ /store/$1 [R=301,L]
I'm not sure if that could be playing a part in any of it or not, but we aren't sure what to really do to resolve the issue as it is just random when the issue occurs. Is it a common Magento 2 thing? Of possibly something we have on our store that locks up our cache?
Another point could be that we use localhost:3306
as our host, and I read that using localhost on a web host may not be the best way to go about it.
magento2 cache redirect
Our website runs into situations where it is working fine for days, but then customers will occasionally get into a situation where they are say trying to goto checkout, and instead of heading there, the server redirects them to the home page, this issue is solved by clearing all cookies and retrying in a new tab, however it becomes an annoyance on the customer.
The most annoying issue about it is that it's essentially impossible to reproduce on our own, it's just something that occurs for who knows whatever reason.
Our websites URL is something like www.example.com/store/ so we use a url redirect in our root htaccess like:
RewriteCond %REQUEST_URI !/(downloads|pdfs|store)/ [NC]
RewriteRule ^(.*)$ /store/$1 [R=301,L]
I'm not sure if that could be playing a part in any of it or not, but we aren't sure what to really do to resolve the issue as it is just random when the issue occurs. Is it a common Magento 2 thing? Of possibly something we have on our store that locks up our cache?
Another point could be that we use localhost:3306
as our host, and I read that using localhost on a web host may not be the best way to go about it.
magento2 cache redirect
magento2 cache redirect
edited Aug 16 at 20:19
ne0nlight
asked Aug 15 at 13:20
ne0nlightne0nlight
612 silver badges20 bronze badges
612 silver badges20 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f285561%2fmagento-2-website-will-get-in-cache-loops-and-redirect-to-homepage-only-at-ra%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f285561%2fmagento-2-website-will-get-in-cache-loops-and-redirect-to-homepage-only-at-ra%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown