A
A
Anton Plawkevich2019-10-10 17:25:57
htaccess
Anton Plawkevich, 2019-10-10 17:25:57

How to redirect posts?

Made a redirect of the pages to /

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

I would like to clarify how you can redirect exactly post, for example, example.com/post to example.com/post/

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question