Answer the question
In order to leave comments, you need to log in
Correct 301 redirect with parameters?
Good afternoon. I'm trying to bring a link of this kind site.ru/news/&limit=11 to this site.ru/news/
RewriteEngine on
RewriteRule !^/?(sitemap|robots|yandex|favicon|modules|images|demos|js|core|files|interfaces|modules|css|img|resources|php)(.*) index.php
AddDefaultCharset utf-8
RewriteRule ^/news\?limit=(.+) /news/$1 [R=301,L]
RewriteRule ^/news\?limit=(.+) /news/$1 [L,R=301]
RewriteCond %{QUERY_STRING} ^limit=11$
RewriteRule ^index.php$ http:// site.ru/news/ ? [L,R=301]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question