simple redirect not working
-
hansc
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
6 years 1 month ago #6870
by hansc
Hi All,
The ReDj extension was recommended because its ease of use.
Tried to make a redirect as follow:
FROM URL: /index.php?option-com_content&view=article&id=170
TO URL: /index.php
Unfortunately this is not working.
However, the redirect below works fine;
FROM URL: /apartment
TO URL: /index.php
Hope someone can explain why the first redirect doesn't work.
Thank you
Hans
Please Log in or Create an account to join the conversation.
-
hansc
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
6 years 1 month ago #6871
by hansc
Hi All
I made a simple redirect, but unfortunately it's not working.
FROM URL: /index.php?option-com_content&view=article&id=170
TO URL: /index.php
However, the redirect below works fine
FROM URL: /apartment
TO URL: /index.php
Any idea why the first redirect doesn't work?
Thank you
Hans
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
6 years 1 month ago #6878
by admin
Hi Hans,
honestly I would say it is powerful, but not exactly easy to use IMHO
The "From URL" can match multiple URLs and is a regular expression, so you need to escape special chars you need literally (like the question mark). The "To URL" must be absolute, and can include also macros and placeholders evaluated "at runtime" to build the destination dynamically. So you have the power to manage multiple redirections (many to many) with a single well-written rule.
In your case try this rule (literally):
From URL: ^/index\.php\?option-com_content&view=article&id=170$
To URL: {scheme}://{siteurl}/
Request only: true (checked)
Kind regards,
Luigi
The following user(s) said Thank You: hansc
Please Log in or Create an account to join the conversation.
-
hansc
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.170 seconds