Infinite loop on WP homepage
i'm having an infinite loop on the website homepage i'm working on.
I can access admin and all my website pages, but when i just type the homepage URL there's a constant refreshing loop...
- I checked that the website url is ok in the "Settings > General" menu : http://www.sandyheribert.com (i tried with and without "www", and also tried to enter the URLs using wp-confing file)
- I checked that the homepage exists of course and that it's the right one selected in the "Settings > Reading" menu
- I checked the .htaccess file, which is the default one (and i already tried to re-create it,
- I checked that there's no web redirection in my hosting provider,
- I disabled all plugins to check for an error but same result,
You can access the website by entering a direct URL like http://www.sandyheribert.com/contact/ and then navigate normally.
So, what am i missing ?
Thanks for any suggestion !
wordpress infinite-loop
add a comment |
i'm having an infinite loop on the website homepage i'm working on.
I can access admin and all my website pages, but when i just type the homepage URL there's a constant refreshing loop...
- I checked that the website url is ok in the "Settings > General" menu : http://www.sandyheribert.com (i tried with and without "www", and also tried to enter the URLs using wp-confing file)
- I checked that the homepage exists of course and that it's the right one selected in the "Settings > Reading" menu
- I checked the .htaccess file, which is the default one (and i already tried to re-create it,
- I checked that there's no web redirection in my hosting provider,
- I disabled all plugins to check for an error but same result,
You can access the website by entering a direct URL like http://www.sandyheribert.com/contact/ and then navigate normally.
So, what am i missing ?
Thanks for any suggestion !
wordpress infinite-loop
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36
add a comment |
i'm having an infinite loop on the website homepage i'm working on.
I can access admin and all my website pages, but when i just type the homepage URL there's a constant refreshing loop...
- I checked that the website url is ok in the "Settings > General" menu : http://www.sandyheribert.com (i tried with and without "www", and also tried to enter the URLs using wp-confing file)
- I checked that the homepage exists of course and that it's the right one selected in the "Settings > Reading" menu
- I checked the .htaccess file, which is the default one (and i already tried to re-create it,
- I checked that there's no web redirection in my hosting provider,
- I disabled all plugins to check for an error but same result,
You can access the website by entering a direct URL like http://www.sandyheribert.com/contact/ and then navigate normally.
So, what am i missing ?
Thanks for any suggestion !
wordpress infinite-loop
i'm having an infinite loop on the website homepage i'm working on.
I can access admin and all my website pages, but when i just type the homepage URL there's a constant refreshing loop...
- I checked that the website url is ok in the "Settings > General" menu : http://www.sandyheribert.com (i tried with and without "www", and also tried to enter the URLs using wp-confing file)
- I checked that the homepage exists of course and that it's the right one selected in the "Settings > Reading" menu
- I checked the .htaccess file, which is the default one (and i already tried to re-create it,
- I checked that there's no web redirection in my hosting provider,
- I disabled all plugins to check for an error but same result,
You can access the website by entering a direct URL like http://www.sandyheribert.com/contact/ and then navigate normally.
So, what am i missing ?
Thanks for any suggestion !
wordpress infinite-loop
wordpress infinite-loop
asked Jan 2 at 17:14
Matthieu MarcéMatthieu Marcé
588
588
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36
add a comment |
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36
add a comment |
1 Answer
1
active
oldest
votes
There is a meta tag in your head that is refreshing the page every 0 seconds, back to the same page so it is looping. See here in the console:
If you cannot think of which part of your code is injecting this refresh, use a text editor to search your files for this string: http-equiv or http-equiv="refresh"
and see if you can find anything relating to this. It could be a plugin that you need to disable or a config file somewhere. But that meta tag is definitely the culprit, nothing on the page is loading past that tag.
Hope that helps.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f54010482%2finfinite-loop-on-wp-homepage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is a meta tag in your head that is refreshing the page every 0 seconds, back to the same page so it is looping. See here in the console:
If you cannot think of which part of your code is injecting this refresh, use a text editor to search your files for this string: http-equiv or http-equiv="refresh"
and see if you can find anything relating to this. It could be a plugin that you need to disable or a config file somewhere. But that meta tag is definitely the culprit, nothing on the page is loading past that tag.
Hope that helps.
add a comment |
There is a meta tag in your head that is refreshing the page every 0 seconds, back to the same page so it is looping. See here in the console:
If you cannot think of which part of your code is injecting this refresh, use a text editor to search your files for this string: http-equiv or http-equiv="refresh"
and see if you can find anything relating to this. It could be a plugin that you need to disable or a config file somewhere. But that meta tag is definitely the culprit, nothing on the page is loading past that tag.
Hope that helps.
add a comment |
There is a meta tag in your head that is refreshing the page every 0 seconds, back to the same page so it is looping. See here in the console:
If you cannot think of which part of your code is injecting this refresh, use a text editor to search your files for this string: http-equiv or http-equiv="refresh"
and see if you can find anything relating to this. It could be a plugin that you need to disable or a config file somewhere. But that meta tag is definitely the culprit, nothing on the page is loading past that tag.
Hope that helps.
There is a meta tag in your head that is refreshing the page every 0 seconds, back to the same page so it is looping. See here in the console:
If you cannot think of which part of your code is injecting this refresh, use a text editor to search your files for this string: http-equiv or http-equiv="refresh"
and see if you can find anything relating to this. It could be a plugin that you need to disable or a config file somewhere. But that meta tag is definitely the culprit, nothing on the page is loading past that tag.
Hope that helps.
answered Jan 3 at 1:16
NickCNickC
345
345
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f54010482%2finfinite-loop-on-wp-homepage%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
Have you changed the code for your home page? If so can you post it?
– mediaguru
Jan 2 at 18:03
No change done, i just installed a new theme ("Bridge" : themeforest.net/item/…)
– Matthieu Marcé
Jan 2 at 18:25
Obviously a problem with the theme. Maybe try changing the home page from whatever it is to a static page, or archive etc and see if the redirect still happens. That might help you figure out where the issue is.
– mediaguru
Jan 2 at 19:36