#8904 closed defect (bug) (fixed)
exclamation mark bang do not work in wordpress directory structure
| Reported by: | here | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | General | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description (last modified by )
Installed with exclamation mark or bang in directory structure, fails when saving new page:
http://localhost/code/!wp-test/<wp-files>
works fine with:
http://localhost/code/wp-test/<wp-files>
tested only with xampp 1.7 on win xp
Please confirm ;) --
Attachments (1)
Change History (11)
#1
in reply to: ↑ description
@
18 years ago
#2
@
18 years ago
- Summary exlamation mark bang do not work in wordpress directory structure → exclamation mark bang do not work in wordpress directory structure
#5
@
17 years ago
- Keywords needs-patch added; exclamationmark bang directory exclamation mark removed
- Milestone 2.8 → 2.9
moving to 2.9 from lack of patch
#6
@
17 years ago
- Keywords 2nd-opinion added
Changed Permalink Structure to
/bang!bang!/%year%/%monthnum%/%day%/%postname%/
which runs into errors when WP makes a redirect. seems to me that the redirect function is not properly working. again (?) another esoteric behavior.
In a second test I configured WordPress to be accessible under the following address:
http://example.com/bang!bang!beauty!/
with each redirect, the path is reduced to bangbangbeatuy, the exclamation marks get stripped out.
#8
@
17 years ago
- Keywords has-patch added; needs-patch 2nd-opinion removed
Someone has forgotten to add that char to the whitelist. Thanks for reporting.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
see also #3206