C
C
cipik7772019-02-12 16:49:11
URL Handling
cipik777, 2019-02-12 16:49:11

How to make 301 redirects with a url that has a + sign in the end?

How to make 301 redirects with /help+remove+pluses+at+end+url+ /help+remove+pluses+at+end+url ?
What to write in .htaccess ?
Thanks!!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-02-12
@cipik777

At the beginning of .htaccess add: Or

RewriteEngine On

RewriteRule ^(.*)\+$ /$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