View Single Post
Old 05-26-2022, 06:22 AM  
TurboB
Confirmed User
 
TurboB's Avatar
 
Industry Role:
Join Date: Dec 2016
Posts: 969
Quote:
Originally Posted by sinmedia View Post
How do i redirect all domain/site/camsoda/xxx/ ?

Thank you.
EDIT: Seems the best way is htaccess.
WP redirect plugins are not working with Robo.

Try this:

Code:
RewriteEngine on
RewriteBase /
RewriteRule ^site/camsoda/(.*)$ /$1 [R=301,NC,L]
Or:

Code:
RedirectMatch 301 ^/site/camsoda$ http://yourdomain.tld/
TurboB is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote