Improved .htaccess security and readability#1404
Open
Raruto wants to merge 3 commits intoagentejo:nextfrom
Open
Improved .htaccess security and readability#1404Raruto wants to merge 3 commits intoagentejo:nextfrom
Raruto wants to merge 3 commits intoagentejo:nextfrom
Conversation
Contributor
Author
|
PS regarding these two issues: Some apache (shared) hosts don't allow you to override # sample "httpd.conf" with "AllowOverride" set to "None"
<Directory "/var/www/localhost/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>As there is no easy way to verify those directives and prevent 500 error (without access to error logs or apache config files), would it make sense to keep them both commented by default? Line 30 in 722393b Line 35 in 722393b as it happens for the Line 38 in 722393b |
Raruto
added a commit
to Raruto/cockpit-blog
that referenced
this pull request
Feb 6, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List of changes
composer\.(json|lock)package\.json(README|CONTRIBUTING)\.mdDockerfileLICENSE<Files>statement in favor of a single<Filesmatch>statementAdditional info
For those interested in deepening I suggest you start reading one of the following examples:
Have a nice Day,
Raruto