pacapao.wordpress.com

pick me, choose me, love me

Redirect Old domain to New domain (.htaccess redirect) February 19, 2008

Filed under: 4869416 — pacapao @ 5:27 am

Redirect Old domain to New domain (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.

The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

ใน .htaccess file /root directory

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.xxx.com/$1 [R=301,L]

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)
ErrorDocument 404 /index.php