We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the subject says it all :-) It's a minor issue, but it's easy to make .htaccess compatible with newer Apache versions.
.htaccess
wp-content/wonolog/
403 Forbidden page
500 Internal Server Error page
<IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Deny from all </IfModule>
The text was updated successfully, but these errors were encountered:
Improve generated .htaccess file. #23
19f1f5e
Merge pull request #25 from inpsyde/issue/23_htaccess
41a02f0
Closed with 41a02f0.
Sorry, something went wrong.
Thanks!
Thank you for making us aware, and providing the fix right away. 🙂
Gerne! 😄
tfrommen
No branches or pull requests
Hi,
the subject says it all :-) It's a minor issue, but it's easy to make
.htaccess
compatible with newer Apache versions.Version Information
Steps to Reproduce
wp-content/wonolog/
directory with.htaccess
filewp-content/wonolog/
What I Expected
403 Forbidden page
What Happened Instead
500 Internal Server Error page
How to fix
The text was updated successfully, but these errors were encountered: