× Here you can get community support related to ReDJ.

Redirects not working on initial install

More
7 years 2 months ago #5901 by Chris24
Replied by Chris24 on topic Redirects not working on initial install
Hello. I just found this thread and am in the same position as Tuffer and am hoping you can help me too please.

I've tried to figure out from the information provided and also reading through the link mentioned but I'm just not getting it to work sorry and know it is me.

It's not sunk in yet.

We have just moved web hosts and changed our site from joomla 2.5 to the latest version of 3

If you type ASCA in google we get a number of links and I want to redirect these to the new location in our new site.

One is our Membership page which has changed from

www.strengthandconditioning.org/membership

to

www.strengthandconditioning.org/index.php/membership-3

I'm wanting anyone that clicks the google link for the membership to come through to the new redirect location.

I'm sure that if once I understand 1 I will be able to do more but I can't get it to work.

I've tried just copying the 2 urls in full in but that didn't work and then also tried this:

from url: ^/membership$

to url: {scheme}://{siteurl}/index.php/membership-3

I chose 301 permanent, request only ticked and decode url ticked

Sorry if I am missing something obvious

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

More
7 years 2 months ago #5903 by admin
Replied by admin on topic Redirects not working on initial install
Hi,
I guess you just need to append this line in your .htaccess file:
ErrorDocument 404 /

More info here:

www.selfget.com/documentation/redj-joomla25/initial-configuration.html

The rule you created:

from url: ^/membership$

to url: {scheme}://{siteurl}/index.php/membership-3


Is correct.

Kind regards,
Luigi

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

Time to create page: 0.073 seconds