S
S
Sergey Kiryanov2019-01-21 11:36:37
htaccess
Sergey Kiryanov, 2019-01-21 11:36:37

How to set redirect ending?

Is it possible to somehow use htaccess to make all pages end and redirect to url.ru........?param=1
?param=1 in general, always add at the end

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ipokos, 2019-01-21
@Dizzy221

RewriteCond %{REQUEST_URI} ^/(.*)$
RewriteRule ^(.*)$ %1/?param=1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question