.htaccess - Redirect IP to Domain

htaccess 1 มิ.ย. 2012
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^123.456.789.091
RewriteRule (.*)$ http://www.primarydomain.com/$1 [R=301,L]

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.