Skip to content

.htaccess default changes#8290

Closed
JedMeister wants to merge 2 commits intofaveosuite:developmentfrom
JedMeister:htaccess-default-change
Closed

.htaccess default changes#8290
JedMeister wants to merge 2 commits intofaveosuite:developmentfrom
JedMeister:htaccess-default-change

Conversation

@JedMeister
Copy link
Copy Markdown

Changes included in this PR:

I 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.

@pull-request-size pull-request-size Bot added the size/S Issue will take 1 day to complete label Apr 23, 2024
@Neustradamus
Copy link
Copy Markdown

@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?

@bhanu2217 bhanu2217 added this to the v2.0.4.RC.1 milestone Mar 3, 2026
@github-project-automation github-project-automation Bot moved this to In progress in v2.0.4.RC.1 Mar 3, 2026
@bhanu2217 bhanu2217 added the PD: Demo approval required Developer has to give a demo to the Product team after dev completion and only then raise PR label Mar 3, 2026
@bhanu2217 bhanu2217 moved this from In progress to Review in progress in v2.0.4.RC.1 Mar 20, 2026
@Perumal408
Copy link
Copy Markdown
Collaborator

URL Redirect Configuration

Redirect 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:

www.domain.com/page → https://domain.com/page

@Perumal408
Copy link
Copy Markdown
Collaborator

@JedMeister Thanks for raising the P.R.

The solution being provided will be fixed in #8277
For now will close this P.R

@Perumal408 Perumal408 closed this Mar 25, 2026
@github-project-automation github-project-automation Bot moved this from Review in progress to Done in v2.0.4.RC.1 Mar 25, 2026
@Neustradamus
Copy link
Copy Markdown

@Perumal408: Thanks, it is very important to have the base without WWW.

Can you look the ticket here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PD: Demo approval required Developer has to give a demo to the Product team after dev completion and only then raise PR size/S Issue will take 1 day to complete

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Default public/.htaccess redirects www prefixed FQDN to naked domain

5 participants