How to create readable subfolder in Magento root The Next CEO of Stack OverflowMagento Multisite (Subfolder) Blank Page404 Errors when trying to access other subdirectories in root with magento serving as primary (Solved)Magento in subfolder. Error in category pageProblems with Fooman Speedster: 403 error + Verify Minification ERRORMultistore magento in a subfolderMagento 1: Move Domains to subfoldermagento 1.9 Standalone php file on root folder not workingMagento 1 multi ajax request on one page checkoutWebsite not found -> 404 on each page including adminMagento 1.9 403 Forbidden error after trying to update
What was the first Unix version to run on a microcomputer?
Does Germany produce more waste than the US?
Using multiple Nameservers to use different services
How did Beeri the Hittite come up with naming his daughter Yehudit?
Prepend last line of stdin to entire stdin
How to avoid supervisors with prejudiced views?
Is there an equivalent of cd - for cp or mv
Is it convenient to ask the journal's editor for two additional days to complete a review?
Is it professional to write unrelated content in an almost-empty email?
Where do students learn to solve polynomial equations these days?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Does destroying a Lich's phylactery destroy the soul within it?
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Iterate through multiline string line by line
Is it correct to say moon starry nights?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
What day is it again?
From jafe to El-Guest
Pulling the principal components out of a DimensionReducerFunction?
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Is there a reasonable and studied concept of reduction between regular languages?
Can Sneak Attack be used when hitting with an improvised weapon?
How to create readable subfolder in Magento root
The Next CEO of Stack OverflowMagento Multisite (Subfolder) Blank Page404 Errors when trying to access other subdirectories in root with magento serving as primary (Solved)Magento in subfolder. Error in category pageProblems with Fooman Speedster: 403 error + Verify Minification ERRORMultistore magento in a subfolderMagento 1: Move Domains to subfoldermagento 1.9 Standalone php file on root folder not workingMagento 1 multi ajax request on one page checkoutWebsite not found -> 404 on each page including adminMagento 1.9 403 Forbidden error after trying to update
So, I am working with Magento 1.9 and I want to create a new subfolder in the Magento root in order to put my scripts.
The matter is, in localhost everything is working fine. I can browse /scripts without any problem. However, when I try to access /scripts from the website Magento root I get 403 error forbidden.
Why is that? How can I fix it?
I tried to copy the live website .htaccess in the localhost but doing so I still manage to browse /scripts without any error.
So it seems it isn't an .htaccess problem, maybe has something to do with permission? The Magento root and all its subfolders are of course not readable, but then how can I create a browsable subdirectory?
Is there maybe a folder inside Magento where I can run my custom scripts or how can I create a readable subfolder in Magento root?
magento-1.9 custom
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
So, I am working with Magento 1.9 and I want to create a new subfolder in the Magento root in order to put my scripts.
The matter is, in localhost everything is working fine. I can browse /scripts without any problem. However, when I try to access /scripts from the website Magento root I get 403 error forbidden.
Why is that? How can I fix it?
I tried to copy the live website .htaccess in the localhost but doing so I still manage to browse /scripts without any error.
So it seems it isn't an .htaccess problem, maybe has something to do with permission? The Magento root and all its subfolders are of course not readable, but then how can I create a browsable subdirectory?
Is there maybe a folder inside Magento where I can run my custom scripts or how can I create a readable subfolder in Magento root?
magento-1.9 custom
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
So, I am working with Magento 1.9 and I want to create a new subfolder in the Magento root in order to put my scripts.
The matter is, in localhost everything is working fine. I can browse /scripts without any problem. However, when I try to access /scripts from the website Magento root I get 403 error forbidden.
Why is that? How can I fix it?
I tried to copy the live website .htaccess in the localhost but doing so I still manage to browse /scripts without any error.
So it seems it isn't an .htaccess problem, maybe has something to do with permission? The Magento root and all its subfolders are of course not readable, but then how can I create a browsable subdirectory?
Is there maybe a folder inside Magento where I can run my custom scripts or how can I create a readable subfolder in Magento root?
magento-1.9 custom
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
So, I am working with Magento 1.9 and I want to create a new subfolder in the Magento root in order to put my scripts.
The matter is, in localhost everything is working fine. I can browse /scripts without any problem. However, when I try to access /scripts from the website Magento root I get 403 error forbidden.
Why is that? How can I fix it?
I tried to copy the live website .htaccess in the localhost but doing so I still manage to browse /scripts without any error.
So it seems it isn't an .htaccess problem, maybe has something to do with permission? The Magento root and all its subfolders are of course not readable, but then how can I create a browsable subdirectory?
Is there maybe a folder inside Magento where I can run my custom scripts or how can I create a readable subfolder in Magento root?
magento-1.9 custom
magento-1.9 custom
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
SteverStever
61
61
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I solved this: the subfolder didn't have and index.php file so Apache tried to read the folder tree which is forbidden.
So you just have to add an index.php file to the subfolder, what a silly mistake!
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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
);
);
Stever is a new contributor. Be nice, and check out our Code of Conduct.
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%2f267923%2fhow-to-create-readable-subfolder-in-magento-root%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
I solved this: the subfolder didn't have and index.php file so Apache tried to read the folder tree which is forbidden.
So you just have to add an index.php file to the subfolder, what a silly mistake!
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I solved this: the subfolder didn't have and index.php file so Apache tried to read the folder tree which is forbidden.
So you just have to add an index.php file to the subfolder, what a silly mistake!
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I solved this: the subfolder didn't have and index.php file so Apache tried to read the folder tree which is forbidden.
So you just have to add an index.php file to the subfolder, what a silly mistake!
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I solved this: the subfolder didn't have and index.php file so Apache tried to read the folder tree which is forbidden.
So you just have to add an index.php file to the subfolder, what a silly mistake!
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
SteverStever
61
61
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Stever is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Stever is a new contributor. Be nice, and check out our Code of Conduct.
Stever is a new contributor. Be nice, and check out our Code of Conduct.
Stever is a new contributor. Be nice, and check out our Code of Conduct.
Stever is a new contributor. Be nice, and check out our Code of Conduct.
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%2f267923%2fhow-to-create-readable-subfolder-in-magento-root%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
