Skip to content
New issue

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

Atom folder is created with wrong permissions, Server unable to read htaccess file #417

Open
n-peugnet opened this issue Jun 2, 2024 · 0 comments
Labels
bug Something isn't working php Pull requests that update Php code

Comments

@n-peugnet
Copy link
Collaborator

The current permissions are rwxr-x-- (or 0750) it should be 0775 or 0755.

This is causing the following error when trying to access the atom feeds:

Forbidden

You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe

A workaround is to change the permissions afterwards:

chmod 775 assets/atom
@n-peugnet n-peugnet added bug Something isn't working php Pull requests that update Php code labels Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working php Pull requests that update Php code
Projects
None yet
Development

No branches or pull requests

1 participant