Possible solutions of your questions

  hosting
<< Previous       301 redirect

Question: Good time of day.Please help me with redirect 301.We have some old indexed pages for example:http://attentive.EN/catalog/kokosovoe-masloнадо will redirect onhttp://attentive.EN/kokosovoe-maslo/ВыражениеRedirect 301 /catalog/kokosovoe-maslo http://attentive.ru/kokosovoe-maslo/не works
Answer:

Hello

where do you write?

make a redirect using .htaccess

here is a description, there is templates in which you can run your data. just be careful

http://devaka.ru/articles/redirect-301

Question: It`s all spelled out in the file .htaccessеще checked on your link the expression to be correct, but it doesn`t work
Answer:

there were other rules? possible conflict with them

Question: I can copy all the contents of the file.You can check it out?
Question: Order deny,allow Deny from allRedirect 301 /catalog/kokosovoe-maslo/ http://attentive.ru/kokosovoe-maslo/ RewriteEngine onRewriteCond %{HTTP_HOST} ^(www\\.attentive\\.ru)(:80)? [NC]RewriteRule ^(.*) http://attentive.ru/$1 [R=301,L]RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\\ /index\\ HTTP/ RewriteRule ^index\\.html$ http://attentive.ru/ [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\\ /index\\.php\\ HTTP/RewriteRule ^index\\.php$ http://attentive.ru/ [R=301,L]RewriteCond %{QUERY_STRING} ^route=common/home$RewriteCond %{REQUEST_METHOD} !^POST$RewriteRule ^index\\.php$ http://%{HTTP_HOST}? [R=301,L] RewriteBase /RewriteRule ^(contact)$ index.php?route=information/$1RewriteRule ^(account/return/insert)$ index.php?route=$1RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]RewriteCond %{QUERY_STRING} ^route=common/home$ an ErrorDocument 404 /an ErrorDocument 403 /
Answer:

you already have 301 redirects in file. your string will not work. you should remove it and place at the end of the file redirects the same available

Question: that is, the term Redirect 301 /catalog/kokosovoe-maslo/ http://attentive.ru/kokosovoe-maslo/удалить And to solve the issue with redirecting through design RewriteCond %{QUERY_STRING} ^_route_=адрес_старой_страницы.html$RewriteRule ^(.*)$ http://ваш_домен.ru/...овой_страницы/? [R=301,L]and place it at the end of the file, before an ErrorDocument 404/an ErrorDocument 403/I understand correctly?
Answer:

Yes, try


<< Previous