Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

知識庫

¿Cómo redireccionar su dominio a www. utilizando .htaccess?

客戶系統 > 知識庫 > Hospedaje Web > ¿Cómo redireccionar su dominio a www. utilizando .htaccess?

Redireccionar dominio a www con htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

Redircionando www para no-www

Si desea hacer lo opuesto, utilice el siguiente código:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^eldominioregistrado\.com$ [NC]
RewriteRule ^(.*)$ http://eldominioregistrado.com/$1 [R=301,L]
這篇文章有幫助嗎?
0 用戶發現這個有用 0 投票

另請閱讀

Powered by WHMCompleteSolution