需要帮助在我的网站IP Canonicalization .htaccess

时间:2016-03-30 14:54:08

标签: html .htaccess redirect ip canonicalization

我搜索了整个互联网以找到解决方案我的网站是www.hrxlevels.tk,与网站相关的IP地址是31.170.163.33,并希望.htaccess for ip重定向到域

# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteEngine On
RewriteCond %{HTTP_HOST} ^hrxlevels.tk [NC]
RewriteRule ^(.*)$ http://www.hrxlevels.tk/$1 [L,R=301]

RewriteEngine On
RewriteCond %{HTTP_HOST} ^31\.170\.163\.33
RewriteRule ^(.*)$ http://www.hrxlevels.tk/$1 [L,R=301

RewriteBase /

并且此代码不适用于ip规范化,但对于url cononicalization非常有用,请帮忙! 请使用此详细信息,请为我的网站写.htaccess文件。

我的网站主机是000webhost.com

0 个答案:

没有答案