403 Forbidden after change of base URL
I'm getting a 403 Forbidden error on one of my Magento webshops. It is a multi-shop Magento installation. For the main/base webshop I have created a new version, so the main/base URL's had to be changed for the old version.
The old version now has a dummy/test domainname as Base URL but it is giving me a 403 Forbidden error. This is frustrating because I need to be able to access the backend to see orders and information on the other webshops wich are running on this multi-store Magento installation.
Situation:
OLD SERVER:
DOMAINS:
- main.nl <- This is replaced by test/dummy.nl which now gives a 403
- sub1.nl
- sub2.nl
NEW SERVER
DOMAINS:
- other main.nl
- main.nl (domain migrated from old server to new magento installation)
magento-1.9 error base-url
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm getting a 403 Forbidden error on one of my Magento webshops. It is a multi-shop Magento installation. For the main/base webshop I have created a new version, so the main/base URL's had to be changed for the old version.
The old version now has a dummy/test domainname as Base URL but it is giving me a 403 Forbidden error. This is frustrating because I need to be able to access the backend to see orders and information on the other webshops wich are running on this multi-store Magento installation.
Situation:
OLD SERVER:
DOMAINS:
- main.nl <- This is replaced by test/dummy.nl which now gives a 403
- sub1.nl
- sub2.nl
NEW SERVER
DOMAINS:
- other main.nl
- main.nl (domain migrated from old server to new magento installation)
magento-1.9 error base-url
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14
add a comment |
I'm getting a 403 Forbidden error on one of my Magento webshops. It is a multi-shop Magento installation. For the main/base webshop I have created a new version, so the main/base URL's had to be changed for the old version.
The old version now has a dummy/test domainname as Base URL but it is giving me a 403 Forbidden error. This is frustrating because I need to be able to access the backend to see orders and information on the other webshops wich are running on this multi-store Magento installation.
Situation:
OLD SERVER:
DOMAINS:
- main.nl <- This is replaced by test/dummy.nl which now gives a 403
- sub1.nl
- sub2.nl
NEW SERVER
DOMAINS:
- other main.nl
- main.nl (domain migrated from old server to new magento installation)
magento-1.9 error base-url
I'm getting a 403 Forbidden error on one of my Magento webshops. It is a multi-shop Magento installation. For the main/base webshop I have created a new version, so the main/base URL's had to be changed for the old version.
The old version now has a dummy/test domainname as Base URL but it is giving me a 403 Forbidden error. This is frustrating because I need to be able to access the backend to see orders and information on the other webshops wich are running on this multi-store Magento installation.
Situation:
OLD SERVER:
DOMAINS:
- main.nl <- This is replaced by test/dummy.nl which now gives a 403
- sub1.nl
- sub2.nl
NEW SERVER
DOMAINS:
- other main.nl
- main.nl (domain migrated from old server to new magento installation)
magento-1.9 error base-url
magento-1.9 error base-url
edited Oct 3 '15 at 7:57
Bishal Neupane
1411115
1411115
asked Oct 3 '15 at 7:54
BasRBasR
186
186
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14
add a comment |
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14
add a comment |
1 Answer
1
active
oldest
votes
You need change permission 755 for folder and 644 for file.
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
add a comment |
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%2f85115%2f403-forbidden-after-change-of-base-url%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
You need change permission 755 for folder and 644 for file.
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
add a comment |
You need change permission 755 for folder and 644 for file.
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
add a comment |
You need change permission 755 for folder and 644 for file.
You need change permission 755 for folder and 644 for file.
answered Oct 3 '15 at 16:21
JambinJambin
1
1
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
add a comment |
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
But there hasn't been changes to the permissions. The only thing that changed was the Base URL.
– BasR
Oct 6 '15 at 7:12
add a comment |
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%2f85115%2f403-forbidden-after-change-of-base-url%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
Still haven't found the solution is there somebody who can help?
– BasR
Oct 9 '15 at 9:14