Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Не работает редирект ocStore 2.3.0.2.3


Recommended Posts

Многоуважаемые, подскажите

 

Нужно настроить редирект (поменял урлы на сайте, нужно перенаправить стаые урл на новые). Вот пример 

 

старый урл - https://avtozerkala.top/zerkal'nyj-element-ACURA-MDX-(01-06)-pravyj-asfericheskij-s-obogrevom

на новую рабочую https://avtozerkala.top/zerkalnyi-element-acura-mdx-01-06-pravyj-asfericheskij-s-obogrevom 

 

(Перепробовал множество редиректов но не один не работает https://perishablepress.com/redirect-query-string-htaccess/)

Link to comment
Share on other sites


# Redirect Query String
<IfModule mod_rewrite.c>
	RewriteCond %{REQUEST_URI} ^/specific/url/
	RewriteCond %{QUERY_STRING} key=value
	RewriteRule (.*) /path/ [R=301,L]
</IfModule>
# Redirect Query String
<IfModule mod_rewrite.c>
	RewriteCond %{QUERY_STRING} key=value-([0-9]+) [NC]
	RewriteRule (.*) /path/ [R=302,L]
</IfModule>

 

# Redirect Query String
<IfModule mod_rewrite.c>
	RewriteCond %{QUERY_STRING} key=value-([0-9]+) [NC]
	RewriteRule (.*) /directory/file-%1.html? [R=301,L]
</IfModule>
Link to comment
Share on other sites


  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.