condorit
Regular Member
- Oct 21, 2018
- 390
- 96
Hi guys, I know this is an old topic, but I need your help. I bought a good domain that I would to redirect to a specific category of another authority blog.
My provider says this is the htaccess format to do it, can you tell me if it's ok?
RewriteEngine On
Rewritecond %{REQUEST_URI} !^/\.well-known/(.*)$
RewriteRule (.*) https://www.SITEB.ext/$1 [R=301,L]
Can't understand what it means... Is there a simplier way to do it?
Thank you
My provider says this is the htaccess format to do it, can you tell me if it's ok?
RewriteEngine On
Rewritecond %{REQUEST_URI} !^/\.well-known/(.*)$
RewriteRule (.*) https://www.SITEB.ext/$1 [R=301,L]
Can't understand what it means... Is there a simplier way to do it?
Thank you