301 Redirect: provoc.ug → provocgroup.com #4

Closed
opened 2026-07-02 22:22:28 +00:00 by kutesir · 0 comments
Owner

Summary

Configured permanent 301 redirect so all provoc.ug traffic flows to the canonical domain provocgroup.com.

Implementation

Added to /public_html/.htaccess:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^provoc\.ug$ [OR]
RewriteCond %{HTTP_HOST} ^www\.provoc\.ug$
RewriteRule ^(.*)$ "https://provocgroup.com/$1" [R=301,L]

Verified

Status

Completed & live

## Summary Configured permanent 301 redirect so all `provoc.ug` traffic flows to the canonical domain `provocgroup.com`. ## Implementation Added to `/public_html/.htaccess`: ```apache RewriteEngine on RewriteCond %{HTTP_HOST} ^provoc\.ug$ [OR] RewriteCond %{HTTP_HOST} ^www\.provoc\.ug$ RewriteRule ^(.*)$ "https://provocgroup.com/$1" [R=301,L] ``` ## Verified - Fetched https://provoc.ug — confirmed 301 redirect to https://provocgroup.com/ ✅ - No redirect loop ✅ - All SEO link equity and authority consolidates on provocgroup.com ✅ ## Status ✅ Completed & live
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kutesir/provoc-website#4
No description provided.