79390254

Date: 2025-01-27 09:37:45
Score: 1.5
Natty:
Report link

The examples above did not work for me, so I provide my solution :

#redirect root "page" /cat-freelances/ to /freelances/ but not children pages. 
RewriteCond %{REQUEST_URI} ^/cat-freelances/?$ [NC]
RewriteRule ^ /freelances/ [R=301,L]
Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cypher