User tests: Successful: Unsuccessful:
Pull Request for Issue #32793.
Added a helper text "Only status codes from 300-399 correspond to a redirect.", So that the user inputs the correct status code.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
Are you saying that if a status code other than 300-399 is selected then there will not be a redirect?
Thats EXACTLY the point. The Redirects system in Joomla DOESNT REDIRECT if you have advanced mode on and select a code outside 300-399. Then it just returns a RESPONSE with the selected heading. Which is not the purpose of a "redirect" system :-(
Full detail was explained in #32793
Labels |
Added:
?
?
|
Please add [4.0] to the PR title
Title |
|
Added! Thanks
Let's add the following to new_url
in link.xml
:
showon="header:300,301,302,303,304,305,306,307,308"
I have tested this item
This worked. I needed to "Activate Advanced Mode" in the Redirects options in order to see the Redirect Status Code option.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-23 15:12:36 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks!
Are you saying that if a status code other than 300-399 is selected then there will not be a redirect?