Opened 11 years ago
Closed 11 years ago
#34968 closed defect (bug) (duplicate)
redirect post to post-1 in wordpress 4.4
| Reported by: | buy66 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Rewrite Rules | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch reporter-feedback |
| Cc: | Focuses: |
Description
hi
After updating WordPress to version 4.4
The original post ( http://www.bisms.ir/ali-karimi/ ) redirected to (http://www.bisms.ir/ali-karimi-2/ )
Another example :
http://www.bisms.ir/gelare-abasi/ to http://www.bisms.ir/gelare-abasi-2/
http://www.bisms.ir/emad-taleb-zadeh/ to http://www.bisms.ir/emad-taleb-zadeh-2/
Please fix this problem
Attachments (1)
Change History (3)
#1
@
11 years ago
- Component General → Rewrite Rules
- Keywords has-patch dev-feedback needs-codex reporter-feedback added
@buy66 can you run this query and let me know if the first result it's the expected post?
SELECT * FROM wp_posts WHERE post_name LIKE 'gelare-abasi%' AND post_type IN ('post' , 'page', 'attachment') AND post_status = 'publish' ORDER BY post_name ASC
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
define order by on redirect_guess_404_permalink