.
Jul 3, 2014 10:36 am by sportnetwork
Jul 3, 2014 10:36 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 3, 2014 10:43 am by Edvard
Jul 3, 2014 10:43 am by Edvard
Hi,
You may use this rewrite rule before gtranslate rules in .htaccess:
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/example/example/example/(.*)$ /$1/example/$2 [R=301,L]
This is an example for images:
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/image_path/(.*)$ /image_path/$2 [R=301,L]
Thanks!
.
Jul 4, 2014 3:10 am by sportnetwork
Jul 4, 2014 3:10 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 4, 2014 8:05 am by Yana
Jul 4, 2014 8:05 am by Yana
Hi,
Please make sure that you put the redirection rules after RewriteEngine On line. Please try the following rule for image redirection, remove $ after (.*)
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/components/com_virtuemart/shop_image/product/(.*) /components/com_virtuemart/shop_image/product/$2 [R=301,L]
.
.
Jul 4, 2014 9:46 am by sportnetwork
Jul 4, 2014 9:46 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 4, 2014 12:07 pm by Yana
Jul 4, 2014 12:07 pm by Yana
Hi,
If you can send me access info I'll try to add redirection rules.
You can use the contact form on our homepage.
.
Jul 7, 2014 7:24 am by sportnetwork
Jul 7, 2014 7:24 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 7, 2014 7:11 pm by Yana
Jul 7, 2014 7:11 pm by Yana
Hi,
Please check your email.
.
Jul 8, 2014 4:04 am by sportnetwork
Jul 8, 2014 4:04 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 8, 2014 12:32 pm by Yana
Jul 8, 2014 12:32 pm by Yana
Hi,
There is a problem with the FTP connection. Please check password. I have sent the log by email.
Thanks!
.
Jul 9, 2014 10:34 am by sportnetwork
Jul 9, 2014 10:34 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 9, 2014 9:49 pm by Yana
Jul 9, 2014 9:49 pm by Yana
Hi,
You just need to add the redirection rules after RewriteEngine On
I added the rule for images and it is working properly. Please check.
.
Jul 10, 2014 2:52 am by sportnetwork
Jul 10, 2014 2:52 am by sportnetwork
.
.
Jul 10, 2014 8:52 am by sportnetwork
Jul 10, 2014 8:52 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 10, 2014 6:09 pm by Edvard
Jul 10, 2014 6:09 pm by Edvard
Hi,
I have sent you an example to use for all your URLs, did you try that?
Thanks!
.
Jul 14, 2014 7:50 am by sportnetwork
Jul 14, 2014 7:50 am by sportnetwork
.
Re: Set up automatic redirection rules in .htaccess
Jul 14, 2014 5:02 pm by Edvard
Jul 14, 2014 5:02 pm by Edvard
Hi,
I don't think that you can do anything about it yourself. It depends which SEO solution you use, some of them automatically redirect URLs with parameters to their structured URL without parameters. You need to check your current SEO solution or get a new one which will support that feature.
Thanks!