Skip to content

Commit ee4f790

Browse files
authored
Merge pull request #1094 from ExpressionEngine/strict-urls-clarification
Tweaking for added clarity and because I can't spell.
2 parents 953888e + a998f25 commit ee4f790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/control-panel/settings/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you wish to extend this to the second segment, requiring a valid template, th
2525

2626
Our official recommendation is that users **enable** Strict URLs, as doing so makes the path to your content more precise, allows more relevant 404 pages, and does not allow your content to be shown with variances in the URL structure. However, for legacy reasons, Strict URLs are disabled by default.
2727

28-
NOTE: **Note:** The pagination indicator Px is considered a valid first segment and will not trigger a 404 in order to allow pagination on the index page. Thus https://example.com/P5 will not trigger a 404 withe strict_urls enabled.
28+
NOTE: **Note:** The pagination indicator, upper-case P#, is considered a valid first segment and will not trigger a 404 in order to allow pagination on the index page. Thus https://example.com/P5 will not trigger a 404 with strict_urls enabled.
2929

3030
### 404 page
3131

docs/general/system-configuration-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2987,7 +2987,7 @@ Example Usage:
29872987

29882988
$config['strict_urls'] = 'n';
29892989

2990-
NOTE: **Note:** The pagination indicator Px is considered a valid first segment and will not trigger a 404 in order to allow pagination on the index page. Thus https://example.com/P5 will not trigger a 404 withe strict_urls enabled.
2990+
NOTE: **Note:** The pagination indicator, upper-case P#, is considered a valid first segment and will not trigger a 404 in order to allow pagination on the index page. Thus https://example.com/P5 will not trigger a 404 with strict_urls enabled.
29912991

29922992
**Also found in CP:** `Settings --> Template Settings`: [Enable Strict URLs](control-panel/settings/template.md#enable-strict-urls)
29932993

0 commit comments

Comments
 (0)