Update civicrm.settings.php.template to default to CLEANURL for WP #16284
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.
Signed-off-by: Kevin Cristiano kcristiano@kcristiano.com
Overview
An Option for CLEANURLs was added to 5.13, but had to be manually turned on. This PR adds the setting to the template file for new sites.
Before
To enable CLEANURLs on a new site one had to follow the instructions detailed at https://docs.civicrm.org/sysadmin/en/latest/install/wordpress/#enabling-cleaner-urls-for-wordpress
After
This PR adds the setting for new installs
Comments
This setting has been in the wild for over 6 months and has been working well. Existing sites will still have to manually turn CLEANURLs on, but new sites will have it on by default