Answer the question
In order to leave comments, you need to log in
301 redirect for all pages of the directory /opt/* to the main one. What's wrong?
Changed the site. The old one turned off. Most links remain unchanged.
Completely removed the registration from the site.
There were several hundred links like http:///login/?register=yes&backurl=/franchise/lea...
You just need to bring all these links to the main one.
Tried:RewriteRule ^(.*)/login/(.*)$ /
Redirect 301 ^/login/(.*) /
RewriteCond %{REQUEST_URI} /login/(.*)
RewriteRule / [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