Answer the question
In order to leave comments, you need to log in
How to redirect the main page with a slash to the main page without a slash?
How to implement 301 redirect in .htaccess from page example.com/
to page example.com
?
Wrote this code:
RewriteCond %{REQUEST_URI} !(.*/manager.*)
RewriteCond %{HTTP_HOST} (.*)
RewriteCond %{REQUEST_URI} /$ [NC]
RewriteRule ^(.*)(/)$ $1 [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