In com_redirect in the option Bulk import redirect a link like test to https://test.de/test
You will see in the overview that
/test is redirected to https://test.de/test
as you wanted
but when you open this item you see that the domain was added to this adress with a slash (results in two //) so this redirect will not work.
And adding the full URL is not correct, because if you would add the domain like that in manual mode you get an error message:
Bulk import should import the url like written in the textwindow
Bulk import adds the full domain in front ending with a slash /
Joomla 3.7.4
Labels |
Added:
?
|
Title |
|
Category | ⇒ | com_redirect |
@franz-wohlkoenig are you sure? What does it look like when you open the record
For reference the code is here
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_redirect/models/links.php#L215
@brianteeman there is no double //.
Status | New | ⇒ | Discussion |
ok but when you edit it manually you have to start with / so it should work with /test proper...
is this manually added? I have a error message there.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-21 18:13:45 |
Closed_By | ⇒ | brianteeman |
using "test" instead "/test" works.