Registered the rule for .htaccess
RewriteRule ^new$ new.php But SEO-TEST revealed an error: “Internal pages: Link to a web page with a 3xx“ status code. ”The site somewhere generates a link with a slash at the end.
http://site.com/new/
In addition, the page is accessible via two links, an attempt to assign a redirect code [R = 301], gives an error, the entire absolute path to the file is assigned to the main site name. How to rewrite the rule correctly?