79361777

Date: 2025-01-16 13:39:52
Score: 1
Natty:
Report link

This will work for you: you have to rewrite url and also redirect old url to new one

RewriteEngine On
RewriteBase /
RedirectMatch 301 ^/main/(.*)$ https://abc.com.com/$1
RewriteRule ^main/(.*)$ /$1 [R]

this will solve issue and also redirect old urls

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SaralStudy