Category Archives: htaccess

mod_rewrite domain

Share RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.com [NC] RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L] Introduction to mod_rewrite

Posted in anything under the moonlight, apache, htaccess | Tagged , | Leave a comment