Answer the question
In order to leave comments, you need to log in
On hosting, a redirect occurs when using RewriteRule. Why?
I want to redirect from mysite.com/order/business to mysite.com/order/index.php?tariff=business I
use this construction in .htaccess for this
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule order/(startup|business|vip) order/index.php?tariff=$1 [R=301,L]
Answer the question
In order to leave comments, you need to log in
remove R=301
httpd.apache.org/docs/current/rewrite/flags.html#flag_r
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question