× Here you can get community support related to ReDJ.

Google search links

  • ddecker
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #3439 by ddecker
Google search links was created by ddecker
We just launched our new site and we noticed google is feeding old urls that will not work on the new site we just launched. For example. Google gives links listed below from a keyword search.

higherone.com/index.php?option=com_content&view=article&id=2838%20&Itemid

When I add this url string into ReDJ to point to a new url or area of the site, I get an default error page not even the new error page we made for the new joomla site. How can we get the google search results links to work in ReDJ?

Thank you,
Dave

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

More
9 years 3 months ago #3441 by admin
Replied by admin on topic Google search links
Hi Dave,
can you post the ReDJ rule you are using for redirection?

Thanks,
Luigi

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

  • ddecker
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #3444 by ddecker
Replied by ddecker on topic Google search links
I am not totally sure what you mean by rule but here is a screen shot what the direct I setup looks like reDJ for Joomla 3.3.6.
Attachments:

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

More
9 years 3 months ago #3448 by admin
Replied by admin on topic Google search links
Yes,
this is the rule I needed. From what I can see it seems you have the FULL URL in the From field (i.e. it includes the domain part) but the check Request only is true, so this will never work.

You can drop the domain part from the source, or uncheck the request only checkbox. Also, consider to escape any special char (only in the From URL field), it is a regular expression so replace . with \. and ? with \? as example.

If you still have problem, paste the rule here (from the screenshot I cannot see all details).

Kind regards,
Luigi

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

  • ddecker
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #3459 by ddecker
Replied by ddecker on topic Google search links
here's the URL google is giving us

www.higherone.com/index.php?option=com_content&view=article&id=76:faqs&catid=7&Itemid=40

We want this url to go to a different website example: www.myonemoney.com

I have updated the screen so you can see the full rule.

Thank you,
Dave
Attachments:

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

More
9 years 3 months ago #3461 by admin
Replied by admin on topic Google search links
Change as follow:
From URL: ^/index\.php\?option=com_content&view=article&id=76:faqs&catid=7&Itemid=40$
To URL: http://www.myonemoney.com/
Request only: true (checked)

Let me know...

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

Time to create page: 0.104 seconds