404 page when trying to access a /media subdirectory file in iframe
I try to load a pdf file into an iframe using JavaScript in a magento page:
My pdf files are stored in /media/subdirectory.
I declared a .htaccess for my subdirectory in order to allow access, and When i go to the url www.mysite.com/media/subdirectory/myfile.pdf, the file is displayed in my browser.
But, when I define this url as my iframe src, my iframe loads the 404 page...
(I checked the src url by copy/paste the src url into the browser, and the url is good)
Any idea why?
404-page iframe
bumped to the homepage by Community♦ 16 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 try to load a pdf file into an iframe using JavaScript in a magento page:
My pdf files are stored in /media/subdirectory.
I declared a .htaccess for my subdirectory in order to allow access, and When i go to the url www.mysite.com/media/subdirectory/myfile.pdf, the file is displayed in my browser.
But, when I define this url as my iframe src, my iframe loads the 404 page...
(I checked the src url by copy/paste the src url into the browser, and the url is good)
Any idea why?
404-page iframe
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53
add a comment |
I try to load a pdf file into an iframe using JavaScript in a magento page:
My pdf files are stored in /media/subdirectory.
I declared a .htaccess for my subdirectory in order to allow access, and When i go to the url www.mysite.com/media/subdirectory/myfile.pdf, the file is displayed in my browser.
But, when I define this url as my iframe src, my iframe loads the 404 page...
(I checked the src url by copy/paste the src url into the browser, and the url is good)
Any idea why?
404-page iframe
I try to load a pdf file into an iframe using JavaScript in a magento page:
My pdf files are stored in /media/subdirectory.
I declared a .htaccess for my subdirectory in order to allow access, and When i go to the url www.mysite.com/media/subdirectory/myfile.pdf, the file is displayed in my browser.
But, when I define this url as my iframe src, my iframe loads the 404 page...
(I checked the src url by copy/paste the src url into the browser, and the url is good)
Any idea why?
404-page iframe
404-page iframe
edited Apr 25 '15 at 9:31
Amit Bera♦
59.1k1575175
59.1k1575175
asked Apr 25 '15 at 8:57
AlexglvrAlexglvr
87511138
87511138
bumped to the homepage by Community♦ 16 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♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53
add a comment |
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53
add a comment |
2 Answers
2
active
oldest
votes
Magento closed access only to folder downloadable in media folder. In your case everything should work properly. Try to check file/folder permissions.
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
add a comment |
Looking into it a little, there seems to be inconsistencies and issues loading a pdf in an iframe from browser to browser, but possibly some work arounds may work for you.
Take a look at this answer from a similiar question, it may help you out.
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%2f64768%2f404-page-when-trying-to-access-a-media-subdirectory-file-in-iframe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Magento closed access only to folder downloadable in media folder. In your case everything should work properly. Try to check file/folder permissions.
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
add a comment |
Magento closed access only to folder downloadable in media folder. In your case everything should work properly. Try to check file/folder permissions.
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
add a comment |
Magento closed access only to folder downloadable in media folder. In your case everything should work properly. Try to check file/folder permissions.
Magento closed access only to folder downloadable in media folder. In your case everything should work properly. Try to check file/folder permissions.
edited Apr 25 '15 at 9:28
Amit Bera♦
59.1k1575175
59.1k1575175
answered Apr 25 '15 at 9:14
zhartaunikzhartaunik
2,66011444
2,66011444
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
add a comment |
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
directory is 755 and file is 655. What is strange is that i can access the file if I put the iframe src url directly in the browser.
– Alexglvr
Apr 25 '15 at 9:57
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
Show us your iframe code
– zhartaunik
Apr 25 '15 at 11:28
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
<iframe id="deliverypdf-frame" style="display: none;" src="www.xxxxx.fr/media/custom_options/deliverytmp/delivery_100000311_100000057.pdf"></iframe>
– Alexglvr
Apr 25 '15 at 14:46
add a comment |
Looking into it a little, there seems to be inconsistencies and issues loading a pdf in an iframe from browser to browser, but possibly some work arounds may work for you.
Take a look at this answer from a similiar question, it may help you out.
add a comment |
Looking into it a little, there seems to be inconsistencies and issues loading a pdf in an iframe from browser to browser, but possibly some work arounds may work for you.
Take a look at this answer from a similiar question, it may help you out.
add a comment |
Looking into it a little, there seems to be inconsistencies and issues loading a pdf in an iframe from browser to browser, but possibly some work arounds may work for you.
Take a look at this answer from a similiar question, it may help you out.
Looking into it a little, there seems to be inconsistencies and issues loading a pdf in an iframe from browser to browser, but possibly some work arounds may work for you.
Take a look at this answer from a similiar question, it may help you out.
edited May 23 '17 at 12:37
Community♦
1
1
answered Jun 24 '16 at 19:20
ne0nlightne0nlight
97218
97218
add a comment |
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%2f64768%2f404-page-when-trying-to-access-a-media-subdirectory-file-in-iframe%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
Provide the details of the browser on which your are trying. Some browsers wont support iframes.
– PHP Bugs
Apr 25 '15 at 9:29
same results both on Firefox and Safari
– Alexglvr
Apr 25 '15 at 9:53