Hi @jebarose_07 , Sling Redirects basically redirect internally, but it seems like you may need it in your Prod sites. For that, you need to rely on the dispatcher to rewrite rules and redirect pages. something similar to this.RewriteRule ^/ /(.+)$ https://domainname.com/test1.html [L,R=301,NE] Hope...