× Here you can get community support related to ReDJ.

Redirection does not work

  • eddie_konczal
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #365 by eddie_konczal
Redirection does not work was created by eddie_konczal
I am trying to set up redirection using ReDJ 1.6.2 Community on a Joomla! 2.5.7 site.

We need to do this because Google Quick Links are incorrect for some of the pages. The links work but bring up the wrong page.

For example, I need to redirect:

ling.rutgers.edu/index.php?option=com_content&task=view&id=92&Itemid=137

to

ling.rutgers.edu/people-mainmenu-137

I set this up as a 301 in ReDJ as follows:

From URL *: /index.php?option=com_content&task=view&id=92&Itemid=137

To URL *: /people-mainmenu-137

This does not work; accessing ling.rutgers.edu/index.php?option=com_content&task=view&id=92&Itemid=137 just keeps you there.

I also tried:

From URL *: /index.php?option=com_content&task=view&id=92&Itemid=137

To URL *: ling.rutgers.edu/people-mainmenu-137

with no success either.

The ReDJ plugin is enabled.

Any suggestions are welcome!

Thanks,
Eddie

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #366 by admin
Replied by admin on topic Redirection does not work
Hi,
just remmber to use regular expressions syntax in the source URL, and full qualified URLs as destinations. The destinations could also contain "macro" that allows you to build dynamic destinations, but maybe this is the second step...

First step, try this:
From URL: ^/index\.php\?option=com_content&task=view&id=92&Itemid=137$
To URL: http://{siteurl}/people-mainmenu-137
Request only: true

This should work. Please, advise.

Kind regards,
Luigi
The following user(s) said Thank You: eddie_konczal

Please Log in or Create an account to join the conversation.

  • eddie_konczal
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #367 by eddie_konczal
Replied by eddie_konczal on topic Redirection does not work
Dear Luigi,

Your code works correctly! Now my pages redirect. Thanks for the advice! :cheer:

Regards,
Eddie

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #368 by admin
Replied by admin on topic Redirection does not work
U're welcome... :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.096 seconds