now,i want to use .htaccess to make “t6.example.com” redirect to “example.3322.org/this6”,is this can? if can,how should i do ?any tips would be appreciated.
now,i want to use .htaccess to make “t6.example.com” redirect to “example.3322.org/this6”,is this can? if can,how should i do ?any tips would be appreciated.
In the document root for t6.example.com
RewriteRule . http://example.3322.org/this6 [R=301,L]