Pub folder index file not workingHow do I stop Folder Structure from being visible in browser (directory listing)?Change folder structure_MACOSX folder in Magento directoryFile and folder structure to downloadSecond website on another domain's folderMagento 2: Updated file not workingHow do I open a csv file in the root of my module directory?Root folder structure different depending on where you downloadMagento 2 : How to Get List Image in Custom FolderWhat is the use of Test/Unit folder in module ? What is the purpose?
When and what was the first 3D acceleration device ever released?
How were these pictures of spacecraft wind tunnel testing taken?
Python program to convert a 24 hour format to 12 hour format
ESTA/WVP - leaving US within 90 days, then staying in DR
Tic-tac-toe for the terminal, written in C
What is the most important source of natural gas? coal, oil or other?
Were pens caps holes designed to prevent death by suffocation if swallowed?
I unknowingly submitted plagiarised work
How can I find where certain bash function is defined?
How bitcoin nodes update UTXO set when their latests blocks are replaced?
How many chess players are over 2500 Elo?
Is CD audio quality good enough for the final delivery of music?
Would Brexit have gone ahead by now if Gina Miller had not forced the Government to involve Parliament?
Is the first derivative operation on a signal a causal system?
Why doesn't the Earth's acceleration towards the Moon accumulate to push the Earth off its orbit?
Is floating in space similar to falling under gravity?
How can people dance around bonfires on Lag Lo'Omer - it's darchei emori?
In general, would I need to season a meat when making a sauce?
Different circular sectors as new logo of the International System
Old short story, same personalities, differing planes of existence
Can't remember the name of this game
analysis of BJT PNP type - why they can use voltage divider?
How do you say “buy” in the sense of “believe”?
Integrating an absolute function using Mathematica
Pub folder index file not working
How do I stop Folder Structure from being visible in browser (directory listing)?Change folder structure_MACOSX folder in Magento directoryFile and folder structure to downloadSecond website on another domain's folderMagento 2: Updated file not workingHow do I open a csv file in the root of my module directory?Root folder structure different depending on where you downloadMagento 2 : How to Get List Image in Custom FolderWhat is the use of Test/Unit folder in module ? What is the purpose?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Here is my website url of pub folder https://www.marketplace.jawadditaksal.org/pub/
when I installed Magento in the server by default Magento adds two .htaccess files: one in the domain directory and one in /pub, which I have renamed to ".htaccess_no" because at that time website css was not working so in the pub folder I renamed the htacess file from "htacess" to "htacess_no" and website was working and which is now working also.
But the problem is when user open the url https://www.marketplace.jawadditaksal.org/pub/ its shows the website in a wrong way, what is the solution of the pub folder index file, how normally Magento websites handle pub folder. should I add empty index file in the pub folder?
folder
|
show 11 more comments
Here is my website url of pub folder https://www.marketplace.jawadditaksal.org/pub/
when I installed Magento in the server by default Magento adds two .htaccess files: one in the domain directory and one in /pub, which I have renamed to ".htaccess_no" because at that time website css was not working so in the pub folder I renamed the htacess file from "htacess" to "htacess_no" and website was working and which is now working also.
But the problem is when user open the url https://www.marketplace.jawadditaksal.org/pub/ its shows the website in a wrong way, what is the solution of the pub folder index file, how normally Magento websites handle pub folder. should I add empty index file in the pub folder?
folder
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was.htacessat present its name ishtacess_nobut problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad
– winnersingh
Mar 27 at 13:28
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32
|
show 11 more comments
Here is my website url of pub folder https://www.marketplace.jawadditaksal.org/pub/
when I installed Magento in the server by default Magento adds two .htaccess files: one in the domain directory and one in /pub, which I have renamed to ".htaccess_no" because at that time website css was not working so in the pub folder I renamed the htacess file from "htacess" to "htacess_no" and website was working and which is now working also.
But the problem is when user open the url https://www.marketplace.jawadditaksal.org/pub/ its shows the website in a wrong way, what is the solution of the pub folder index file, how normally Magento websites handle pub folder. should I add empty index file in the pub folder?
folder
Here is my website url of pub folder https://www.marketplace.jawadditaksal.org/pub/
when I installed Magento in the server by default Magento adds two .htaccess files: one in the domain directory and one in /pub, which I have renamed to ".htaccess_no" because at that time website css was not working so in the pub folder I renamed the htacess file from "htacess" to "htacess_no" and website was working and which is now working also.
But the problem is when user open the url https://www.marketplace.jawadditaksal.org/pub/ its shows the website in a wrong way, what is the solution of the pub folder index file, how normally Magento websites handle pub folder. should I add empty index file in the pub folder?
folder
folder
edited May 21 at 11:51
Kirti Nariya
1,351517
1,351517
asked Mar 27 at 12:47
winnersinghwinnersingh
15
15
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was.htacessat present its name ishtacess_nobut problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad
– winnersingh
Mar 27 at 13:28
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32
|
show 11 more comments
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was.htacessat present its name ishtacess_nobut problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad
– winnersingh
Mar 27 at 13:28
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was
.htacess at present its name is htacess_no but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad– winnersingh
Mar 27 at 13:28
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was
.htacess at present its name is htacess_no but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad– winnersingh
Mar 27 at 13:28
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32
|
show 11 more comments
0
active
oldest
votes
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%2f267657%2fpub-folder-index-file-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f267657%2fpub-folder-index-file-not-working%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
Don't rename htaccess of pub folder. Are you running your website from pub folder?
– Sukumar Gorai
Mar 27 at 13:14
why are you trying /pub when marketplace.jawadditaksal.org is just working fine
– Philipp Sander
Mar 27 at 13:14
@SukumarGorai no I am not running my website from pub folder, problem was when I installed the magento 2.3 with the demo, at that time main domain directory website css was not working so my server company found the solution that to rename the htacess file of the pub folder, at that time website was working which is also working now, but problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad.
– winnersingh
Mar 27 at 13:25
@PhilippSander Website is working fine because I edit the name of the .htacess file which is in the pub folder previous name was
.htacessat present its name ishtacess_nobut problem is when someone manually open the website pub folder websitename/pub then on that case it shows the pub folder index file which looks bad– winnersingh
Mar 27 at 13:28
you should not do ANYTHING with the .htaccess in pub. why did you change it?
– Philipp Sander
Mar 27 at 13:32