I'd like to know the correct htaccess code redirect from blog.domain.org to domain.com
I have this code below
RewriteEngine On RewriteBase / RewriteRule ^(.*)$ http://blog.domain.org%{REQUEST_URI} [R=301,NC,L,QSA] < domain.com
Not working.
I'd like to know the correct htaccess code redirect from blog.domain.org to domain.com
I have this code below
RewriteEngine On RewriteBase / RewriteRule ^(.*)$ http://blog.domain.org%{REQUEST_URI} [R=301,NC,L,QSA] < domain.com
Not working.