Redirect to a new page using .htaccess filesCristi DraghiciAugust 18, 2014Programming / Development The code is pretty simple: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^(.*)$ http://blog.draghici.net/$1 [R=301,L] </IfModule> # Apache Previous Post htaccess subdomain creation Next Post WordPress – make all images inside a post links