Google search links
-
ddecker
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
9 years 10 months ago #3439
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 10 months ago #3441
by admin
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
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
9 years 10 months ago #3444
by ddecker
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.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 10 months ago #3448
by admin
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
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 10 months ago #3461
by admin
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.168 seconds