Magento2: htaccess Options override

Created on 7 Sep 2017  路  4Comments  路  Source: magento/magento2

In shared hosting environment

Options All -Indexes

would render 500 error page because of high restrictions for Options override

we should use instead

Options -Indexes

Fixed in 2.1.x Fixed in 2.2.x Clear Description Confirmed Format is not valid Ready for Work Reproduced on 2.1.x Reproduced on 2.2.x Reproduced on 2.3.x

Most helpful comment

It might be faster to create a PR with all the changes instead of waiting for these issues you just created to be processed.

All 4 comments

It might be faster to create a PR with all the changes instead of waiting for these issues you just created to be processed.

@s3rj1k, thank you for reporting this issue. Please use the issue reporting guidelines to report an issue. Include the steps required to reproduce, the actual result, and the expected result. See the Issue reporting guidelines for more information.

@s3rj1k, thank you for your report.
We've created internal ticket(s) MAGETWO-80865 to track progress on the issue.

Hi @s3rj1k. Thank you for your report.
The issue has been fixed in magento/magento2#12959 by @dverkade in 2.1-develop branch
Related commit(s):

  • 704960a6a1af41c95e9e1c90b11016426ab5d5b5

The fix will be available with the upcoming patch release.

Was this page helpful?
0 / 5 - 0 ratings