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

Remove assumption that project will be run on Apache webserver #379

Open
GuySartorelli opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@GuySartorelli
Copy link
Member

GuySartorelli commented Sep 17, 2024

Right now there's a built-in assumption that a Silverstripe CMS project will be run on an Apache webserver.

There are .htaccess files in recipe core, one of which gets updated based on the allowed file types.

We should remove the assumption that the project will be run on Apache. This includes ensuring any configuration is webserver-agnostic, so that developers can spin up a Silverstripe CMS project in any PHP webserver without having to add a bunch of framework-specific configuration.

Possibly related issues

Acceptance criteria

  • .htaccess files are removed
  • Any configuration that needs to happen is done in PHP at the earliest point possible
  • At least one non-Apache webserver is tested against for at least one module's behat tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant