Can't control Wordpress Addresses from admin panel
Good Morning,
I have already created several sites in WordPress and I have always been able to manage the link of my site with or without https and with or without www through the settings in options > general, as you can see here: https://prnt.sc/lzv62u
Lately, I have to use a plugin to force https and I've even added code to the htaccess file to redirect to "non-www". However, this htaccess file loses those changes that I make very often (I do not know why).
I would like to know, first of all, if it is possible to manage this type of settings again through the admin panel of my WordPress. If it is not possible, I would like to know why and what is different for this particular site cannot control these settings in the admin panel (because I have already managed to do so in others).
Secondly, if this is not possible, I would like a permanent solution to redirect from www.floresnocais.pt to floresnocais.pt since I already have a plugin to force https.
Thank you
wordpress
add a comment |
Good Morning,
I have already created several sites in WordPress and I have always been able to manage the link of my site with or without https and with or without www through the settings in options > general, as you can see here: https://prnt.sc/lzv62u
Lately, I have to use a plugin to force https and I've even added code to the htaccess file to redirect to "non-www". However, this htaccess file loses those changes that I make very often (I do not know why).
I would like to know, first of all, if it is possible to manage this type of settings again through the admin panel of my WordPress. If it is not possible, I would like to know why and what is different for this particular site cannot control these settings in the admin panel (because I have already managed to do so in others).
Secondly, if this is not possible, I would like a permanent solution to redirect from www.floresnocais.pt to floresnocais.pt since I already have a plugin to force https.
Thank you
wordpress
1
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05
add a comment |
Good Morning,
I have already created several sites in WordPress and I have always been able to manage the link of my site with or without https and with or without www through the settings in options > general, as you can see here: https://prnt.sc/lzv62u
Lately, I have to use a plugin to force https and I've even added code to the htaccess file to redirect to "non-www". However, this htaccess file loses those changes that I make very often (I do not know why).
I would like to know, first of all, if it is possible to manage this type of settings again through the admin panel of my WordPress. If it is not possible, I would like to know why and what is different for this particular site cannot control these settings in the admin panel (because I have already managed to do so in others).
Secondly, if this is not possible, I would like a permanent solution to redirect from www.floresnocais.pt to floresnocais.pt since I already have a plugin to force https.
Thank you
wordpress
Good Morning,
I have already created several sites in WordPress and I have always been able to manage the link of my site with or without https and with or without www through the settings in options > general, as you can see here: https://prnt.sc/lzv62u
Lately, I have to use a plugin to force https and I've even added code to the htaccess file to redirect to "non-www". However, this htaccess file loses those changes that I make very often (I do not know why).
I would like to know, first of all, if it is possible to manage this type of settings again through the admin panel of my WordPress. If it is not possible, I would like to know why and what is different for this particular site cannot control these settings in the admin panel (because I have already managed to do so in others).
Secondly, if this is not possible, I would like a permanent solution to redirect from www.floresnocais.pt to floresnocais.pt since I already have a plugin to force https.
Thank you
wordpress
wordpress
asked Dec 28 '18 at 9:52
Ricardo AraújoRicardo Araújo
61
61
1
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05
add a comment |
1
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05
1
1
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05
add a comment |
1 Answer
1
active
oldest
votes
Set the .htaccess rights to 400 after applying all the required changes to the file. This will make the file read-only and prevent any further changes.
We faced the same issue in the past while using the WPML and the events manager plugin. There were issues in preserving the permalinks. The issue may be due to multiple plugins have the write access to .htaccess file and one is overwriting changes of the another.
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%2f53956561%2fcant-control-wordpress-addresses-from-admin-panel%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
Set the .htaccess rights to 400 after applying all the required changes to the file. This will make the file read-only and prevent any further changes.
We faced the same issue in the past while using the WPML and the events manager plugin. There were issues in preserving the permalinks. The issue may be due to multiple plugins have the write access to .htaccess file and one is overwriting changes of the another.
add a comment |
Set the .htaccess rights to 400 after applying all the required changes to the file. This will make the file read-only and prevent any further changes.
We faced the same issue in the past while using the WPML and the events manager plugin. There were issues in preserving the permalinks. The issue may be due to multiple plugins have the write access to .htaccess file and one is overwriting changes of the another.
add a comment |
Set the .htaccess rights to 400 after applying all the required changes to the file. This will make the file read-only and prevent any further changes.
We faced the same issue in the past while using the WPML and the events manager plugin. There were issues in preserving the permalinks. The issue may be due to multiple plugins have the write access to .htaccess file and one is overwriting changes of the another.
Set the .htaccess rights to 400 after applying all the required changes to the file. This will make the file read-only and prevent any further changes.
We faced the same issue in the past while using the WPML and the events manager plugin. There were issues in preserving the permalinks. The issue may be due to multiple plugins have the write access to .htaccess file and one is overwriting changes of the another.
answered Dec 30 '18 at 9:35
Ankit MehtaAnkit Mehta
1226
1226
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f53956561%2fcant-control-wordpress-addresses-from-admin-panel%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
1
This would be better being asked on wordpress.stackexchange.com. See wordpress.stackexchange.com/help/on-topic about the types of questions you can ask
– Wayne Phipps
Dec 28 '18 at 10:05