-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Provide .htaccess changes in the plugin #27
Comments
Even better: Directly write to the |
Any thoughts here on NGINX. I do not have a lot of experience with it, but how does WordPress handle this in general and do we need something like a Nginx/Apache detection before providing a .htaccess/nginx configuration? related: https://codex.wordpress.org/Nginx |
If we can detect nginx we should provide (or write) the code for nginx directly. |
Es gibt wohl eine globale
|
English, please! ;) Nice finding. :) |
think we can use both (im working right now on adding these tabs) |
According to the |
This is already done since 99b5440 via use of WP_CONTENT_DIR. Btw. what's left to do in this ticket? Directly writing to |
That's something I'd personally would not want any plugin to to, at least not automatically. This only works for a single use case:
In shared environments even showing a modified version of the original |
If the user is using a caching method which needs a change of the .htaccess file, we should provide the code in the plugin itself for copy&paste.
Bonus points if we check if the server is providing correct data for %{DOCUMENT_ROOT} and provide a solution for this problem, see Wiki
The text was updated successfully, but these errors were encountered: