.htaccess default changes#8290
Closed
JedMeister wants to merge 2 commits intofaveosuite:developmentfrom
Closed
Conversation
|
@JedMeister: Why to change the redirection from www to non-www? It is important: Drop WWW: I have commented here too about it: I am okay for other points (2.2 -> 2.4). @bhanu2217: Have you seen this PR? |
Collaborator
URL Redirect ConfigurationRedirect rules have been removed from the codebase to give users the flexibility to configure them at the server level based on their requirements. Below is some information to help users decide whether to use www in their application URLs.Using a non-WWW (root) domain helps maintain a single canonical URL, avoid potential SSL issues, and improve SEO. Example: |
Collaborator
|
@JedMeister Thanks for raising the P.R. The solution being provided will be fixed in #8277 |
|
@Perumal408: Thanks, it is very important to have the base without WWW. Can you look the ticket here: |
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.
Changes included in this PR:
wwwredirect to naked domain (41dafd1)public/.htaccessredirects www prefixed FQDN to naked domain #8289I included them in a single PR as they seem relatively related, however I kept them as separate commits as there 2 separate changes. I hope this is ok? If you'd rather me make them 2 separate PRs or squash them into a single commit (or something else), please let me know and I'll take care of it ASAP.
Thanks for considering my changes.